diff options
Diffstat (limited to 'drivers/net/lib8390.c')
-rw-r--r-- | drivers/net/lib8390.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c index 64d51d627d8d..316bb70775b1 100644 --- a/drivers/net/lib8390.c +++ b/drivers/net/lib8390.c | |||
@@ -791,7 +791,6 @@ static void ei_receive(struct net_device *dev) | |||
791 | /* We used to also ack ENISR_OVER here, but that would sometimes mask | 791 | /* We used to also ack ENISR_OVER here, but that would sometimes mask |
792 | a real overrun, leaving the 8390 in a stopped state with rec'vr off. */ | 792 | a real overrun, leaving the 8390 in a stopped state with rec'vr off. */ |
793 | ei_outb_p(ENISR_RX+ENISR_RX_ERR, e8390_base+EN0_ISR); | 793 | ei_outb_p(ENISR_RX+ENISR_RX_ERR, e8390_base+EN0_ISR); |
794 | return; | ||
795 | } | 794 | } |
796 | 795 | ||
797 | /** | 796 | /** |