[SUNGEM]: Fix netpoll bug in Sun GEM Ether driver
authorEric Lemoine <eric.lemoine@gmail.com>
Fri, 2 Sep 2005 00:41:07 +0000 (17:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Sep 2005 00:41:07 +0000 (17:41 -0700)
commit86d9f7f0c9cf06d7d3cfa2a9f0514cf21fa5fda1
treec34402cdb31bf1d8733b52a8f2d5ba9965bad734
parent0014c6156f9e7d034d20742d164d7d4da289b42a
[SUNGEM]: Fix netpoll bug in Sun GEM Ether driver

From: Eric Lemoine <eric.lemoine@gmail.com>

To me the bug is that __LINK_STATE_RX_SCHED can be set while
__netif_rx_schedule() hasen't be called. Why don't fix it in the
simplest way ? See attached patch (absolutely untested).

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sungem.c