diff options
Diffstat (limited to 'drivers/net/seeq8005.c')
-rw-r--r-- | drivers/net/seeq8005.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/seeq8005.c b/drivers/net/seeq8005.c index 11ab32e0060b..d2fce98f557f 100644 --- a/drivers/net/seeq8005.c +++ b/drivers/net/seeq8005.c | |||
@@ -578,7 +578,6 @@ static void seeq8005_rx(struct net_device *dev) | |||
578 | /* If any worth-while packets have been received, netif_rx() | 578 | /* If any worth-while packets have been received, netif_rx() |
579 | has done a mark_bh(NET_BH) for us and will work on them | 579 | has done a mark_bh(NET_BH) for us and will work on them |
580 | when we get to the bottom-half routine. */ | 580 | when we get to the bottom-half routine. */ |
581 | return; | ||
582 | } | 581 | } |
583 | 582 | ||
584 | /* The inverse routine to net_open(). */ | 583 | /* The inverse routine to net_open(). */ |