diff options
author | Patrick McHardy <kaber@trash.net> | 2005-10-29 14:31:39 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-29 20:17:05 +0200 |
commit | e71180f3689e00c5a1095925352a72dacdd62e34 (patch) | |
tree | dc60596c2ea85b8f9f47a1c3af3c3da4041e3225 /MAINTAINERS | |
parent | [PATCH] s2io iomem annotations (diff) | |
download | linux-e71180f3689e00c5a1095925352a72dacdd62e34.tar.xz linux-e71180f3689e00c5a1095925352a72dacdd62e34.zip |
[PATCH] prism54: Free skb after disabling interrupts
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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions