net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / atm / signaling.c
index 509c8ac02b63cdb91677049d6c304ee4c9f10399..86767ca908a3a9075a2f8e60c46f544af6f203a8 100644 (file)
@@ -166,7 +166,7 @@ void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type,
 {
        struct sk_buff *skb;
        struct atmsvc_msg *msg;
-       static unsigned session = 0;
+       static unsigned int session = 0;
 
        pr_debug("%d (0x%p)\n", (int)type, vcc);
        while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL)))