long vs. unsigned long - low-hanging fruits in drivers
[safe/jmp/linux-2.6] / drivers / isdn / hisax / hisax_if.h
index 4898fce..aa7c940 100644 (file)
@@ -56,7 +56,7 @@ struct hisax_d_if {
        struct IsdnCardState *cs;
        struct hisax_b_if *b_if[2];
        struct sk_buff_head erq;
-       long ph_state;
+       unsigned long ph_state;
 };
 
 int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[],