[PATCH] prism54: Free skb after disabling interrupts
authorPatrick McHardy <kaber@trash.net>
Sat, 29 Oct 2005 12:31:39 +0000 (13:31 +0100)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 29 Oct 2005 18:17:05 +0000 (14:17 -0400)
The dev_kfree_skb in islpci_eth_transmit happens while irqs are still
disabled, so either dev_kfree_skb_irq needs to be used or the skb
needs to be freed after irqs have been enabled again. This patch
should fix it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found