diff options
Diffstat (limited to 'drivers/net/xen-netfront.c')
| -rw-r--r-- | drivers/net/xen-netfront.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index 2a8fc431099f..bca37bf0f545 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c @@ -852,11 +852,6 @@ static int xennet_poll(struct napi_struct *napi, int budget)  	spin_lock(&np->rx_lock); -	if (unlikely(!netif_carrier_ok(dev))) { -		spin_unlock(&np->rx_lock); -		return 0; -	} -  	skb_queue_head_init(&rxq);  	skb_queue_head_init(&errq);  	skb_queue_head_init(&tmpq); | 
