diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/virtio_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index b58472cf76f8..d1a200ff5fd2 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c | |||
@@ -284,7 +284,6 @@ again: | |||
284 | /* Activate callback for using skbs: if this returns false it | 284 | /* Activate callback for using skbs: if this returns false it |
285 | * means some were used in the meantime. */ | 285 | * means some were used in the meantime. */ |
286 | if (unlikely(!vi->svq->vq_ops->enable_cb(vi->svq))) { | 286 | if (unlikely(!vi->svq->vq_ops->enable_cb(vi->svq))) { |
287 | printk("Unlikely: restart svq race\n"); | ||
288 | vi->svq->vq_ops->disable_cb(vi->svq); | 287 | vi->svq->vq_ops->disable_cb(vi->svq); |
289 | netif_start_queue(dev); | 288 | netif_start_queue(dev); |
290 | goto again; | 289 | goto again; |