]> Pileus Git - ~andy/linux/commit
6lowpan: remove skb->dev assignment
authorAlexander Aring <alex.aring@gmail.com>
Mon, 28 Oct 2013 09:24:19 +0000 (10:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2013 23:47:52 +0000 (19:47 -0400)
commitb236b954de06c5a736b882ce66701ad1a86e12b1
tree23fb9fc3651af067c8dcfccba5edb49d55568879
parentb614442f3442122a3460d947005d172ba2e35899
6lowpan: remove skb->dev assignment

This patch removes the assignment of skb->dev. We don't need it here because
we use the netdev_alloc_skb_ip_align function which already sets the
skb->dev.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Werner Almesberger <werner@almesberger.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c