r8169: avoid needless NAPI poll scheduling
authorFrancois Romieu <romieu@fr.zoreil.com>
Wed, 1 Aug 2007 22:00:48 +0000 (00:00 +0200)
committerFrancois Romieu <romieu@electric-eye.fr.zoreil.com>
Mon, 6 Aug 2007 22:07:36 +0000 (00:07 +0200)
commit313b0305b5a1e7e0fb39383befbf79558ce68a9c
tree1e74626aa9a9c348a216335248fa98c28584124b
parent2584fbc3a61897de5eddd56b39a4fa9cd074eca2
r8169: avoid needless NAPI poll scheduling

Theory  : though needless, it should not have hurt.
Practice: it does not play nice with DEBUG_SHIRQ + LOCKDEP + UP
(see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=242572).

The patch makes sense in itself but I should dig why it has an effect
on #242572 (assuming that NAPI do not change in a near future).

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
drivers/net/r8169.c