Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux...
[sfrench/cifs-2.6.git] / drivers / crypto / virtio / virtio_crypto_core.c
index b909c6a2bf1c348a653a093335f1df4d2f6dc4ab..6a67d70e7f1c01c7ea1d06ac79363cd07e3da19f 100644 (file)
@@ -42,8 +42,6 @@ static void virtcrypto_ctrlq_callback(struct virtqueue *vq)
                        virtio_crypto_ctrlq_callback(vc_ctrl_req);
                        spin_lock_irqsave(&vcrypto->ctrl_lock, flags);
                }
-               if (unlikely(virtqueue_is_broken(vq)))
-                       break;
        } while (!virtqueue_enable_cb(vq));
        spin_unlock_irqrestore(&vcrypto->ctrl_lock, flags);
 }