diff options
Diffstat (limited to 'net/atm/clip.c')
-rw-r--r-- | net/atm/clip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index ec527b62f79d..a7e4018370b4 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
@@ -60,7 +60,7 @@ static int to_atmarpd(enum atmarp_ctrl_type type, int itf, __be32 ip) | |||
60 | skb = alloc_skb(sizeof(struct atmarp_ctrl), GFP_ATOMIC); | 60 | skb = alloc_skb(sizeof(struct atmarp_ctrl), GFP_ATOMIC); |
61 | if (!skb) | 61 | if (!skb) |
62 | return -ENOMEM; | 62 | return -ENOMEM; |
63 | ctrl = (struct atmarp_ctrl *)skb_put(skb, sizeof(struct atmarp_ctrl)); | 63 | ctrl = skb_put(skb, sizeof(struct atmarp_ctrl)); |
64 | ctrl->type = type; | 64 | ctrl->type = type; |
65 | ctrl->itf_num = itf; | 65 | ctrl->itf_num = itf; |
66 | ctrl->ip = ip; | 66 | ctrl->ip = ip; |