[PATCH] prism54/islpci_eth.c: dev_kfree_skb used with interrupts disabled
authorGraham Gower <graham.gower@gmail.com>
Mon, 16 Jan 2006 21:41:37 +0000 (16:41 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Jan 2006 21:51:53 +0000 (16:51 -0500)
dev_kfree_skb should not be used with interrupts disabled.  Change to
use dev_kfree_skb_irq instead.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found