diff options
Diffstat (limited to 'net/atm/signaling.c')
-rw-r--r-- | net/atm/signaling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/signaling.c b/net/atm/signaling.c index 509c8ac02b63..86767ca908a3 100644 --- a/net/atm/signaling.c +++ b/net/atm/signaling.c | |||
@@ -166,7 +166,7 @@ void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, | |||
166 | { | 166 | { |
167 | struct sk_buff *skb; | 167 | struct sk_buff *skb; |
168 | struct atmsvc_msg *msg; | 168 | struct atmsvc_msg *msg; |
169 | static unsigned session = 0; | 169 | static unsigned int session = 0; |
170 | 170 | ||
171 | pr_debug("%d (0x%p)\n", (int)type, vcc); | 171 | pr_debug("%d (0x%p)\n", (int)type, vcc); |
172 | while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL))) | 172 | while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL))) |