Skip to content
Commit 0cae200e authored by David S. Miller's avatar David S. Miller
Browse files

b44: Fix wedge when using netconsole.



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: default avatarDavid S. Miller <davem@davemloft.net>
parent 40be261d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment