[IPoIB] no need to set skb->dev right before freeing skb
authorRoland Dreier <rolandd@cisco.com>
Mon, 7 Nov 2005 18:49:38 +0000 (10:49 -0800)
committerRoland Dreier <rolandd@cisco.com>
Thu, 10 Nov 2005 18:22:50 +0000 (10:22 -0800)
commit8c608a32e3cd7ff14498ad996ca32d1452245a97
treef96eacca4c5259be3981190bd6d3297afee6fd8c
parent2f76e82947b977a1008cfd2868351a701c93c69c
[IPoIB] no need to set skb->dev right before freeing skb

For cut-and-paste reasons, the IPoIB driver was setting skb->dev right
before calling dev_kfree_skb_any().  Get rid of this.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c