From: David S. Miller Date: Mon, 30 Nov 2009 08:13:28 +0000 (-0800) Subject: b44: Fix wedge when using netconsole. X-Git-Tag: v2.6.32~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cae200eec6330cd2c20b24279597be1da50dc93;p=pandora-kernel.git 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: David S. Miller --- Reading git-diff-tree failed