git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a8e4a2
)
[PATCH] prism54/islpci_eth.c: dev_kfree_skb used with interrupts disabled
author
Graham Gower
<graham.gower@gmail.com>
Mon, 16 Jan 2006 21:41:37 +0000
(16:41 -0500)
committer
John 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