From: Graham Gower Date: Mon, 16 Jan 2006 21:41:37 +0000 (-0500) Subject: [PATCH] prism54/islpci_eth.c: dev_kfree_skb used with interrupts disabled X-Git-Tag: v2.6.16-rc2~366^2~69^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa06b619f20f21c741e0d7457a0ef633d50ba70;p=pandora-kernel.git [PATCH] prism54/islpci_eth.c: dev_kfree_skb used with interrupts disabled dev_kfree_skb should not be used with interrupts disabled. Change to use dev_kfree_skb_irq instead. Signed-off-by: Graham Gower Signed-off-by: John W. Linville --- Reading git-diff-tree failed