Re: [PATCH] virtio_crypto: remove duplicate check if queue is broken

2024-01-24 Thread Stefan Hajnoczi
On Wed, 24 Jan 2024 at 07:27, Li RongQing wrote: > > virtqueue_enable_cb() will call virtqueue_poll() which will check if > queue is broken at beginning, so remove the virtqueue_is_broken() call > > Signed-off-by: Li RongQing > --- > drivers/crypto/virtio/virtio_crypto_core.c | 2 -- > 1 file ch

[PATCH] virtio_crypto: remove duplicate check if queue is broken

2024-01-24 Thread Li RongQing
virtqueue_enable_cb() will call virtqueue_poll() which will check if queue is broken at beginning, so remove the virtqueue_is_broken() call Signed-off-by: Li RongQing --- drivers/crypto/virtio/virtio_crypto_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/crypto/virtio/virtio_