# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/01/27 12:16:27-07:00 dfarnsworth@xxxxxxxxxx # This one liner removes a spurious left paren fixing an obvious syntax error # in the #ifndef MV64340_NAPI case # # drivers/net/mv643xx_eth.c # 2005/01/27 12:16:18-07:00 dfarnsworth@xxxxxxxxxx +0 -1 # This one liner removes a spurious left paren fixing an obvious syntax error # in the #ifndef MV64340_NAPI case # diff -Nru a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c --- a/drivers/net/mv643xx_eth.c 2005-01-27 13:12:12 -07:00 +++ b/drivers/net/mv643xx_eth.c 2005-01-27 13:12:12 -07:00 @@ -510,7 +510,6 @@ __netif_rx_schedule(dev); } #else - { if (eth_int_cause & (BIT2 | BIT11)) mv64340_eth_receive_queue(dev, 0);