vhost net: Fix warning. Reported by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index 7a104e2..f11e6bb 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c
@@ -533,7 +533,6 @@ vhost_net_enable_vq(n, vq); } -done: mutex_unlock(&vq->mutex); if (oldsock) {