Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scsi: virtio_scsi: Remove duplicate check if queue is broken
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Stefan Hajnoczi <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
- Loading branch information