nfp: flower: fix for take a mutex lock in soft irq context and rcu lock
[platform/kernel/linux-starfive.git] / drivers / vhost / vdpa.c
index 78379ff..fb590e3 100644 (file)
@@ -1511,7 +1511,6 @@ static int vhost_vdpa_probe(struct vdpa_device *vdpa)
 
 err:
        put_device(&v->dev);
-       ida_simple_remove(&vhost_vdpa_ida, v->minor);
        return r;
 }