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:
40be261
)
b44: Fix wedge when using netconsole.
author
David S. Miller
<davem@davemloft.net>
Mon, 30 Nov 2009 08:13:28 +0000
(
00:13
-0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 30 Nov 2009 08:13:28 +0000
(
00:13
-0800)
Fixes kernel bugzilla #14691
Due to the way netpoll works, it is perfectly legal to see
NAPI already scheduled when new device events are pending
in b44_interrupt().
So logging a message about it is wrong and in fact harmful.
Based upon a patch by Andreas Mohr.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found