IPoIB: CM error handling thinko fix
authorMichael S. Tsirkin <mst@mellanox.co.il>
Thu, 15 Feb 2007 22:16:13 +0000 (00:16 +0200)
committerRoland Dreier <rolandd@cisco.com>
Fri, 16 Feb 2007 21:57:35 +0000 (13:57 -0800)
ipoib_cm_alloc_rx_skb() might be called from IRQ context, so it must
use dev_kfree_skb_any(), not kfree_skb().

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found