Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio_blk: Delete an unnecessary initialisation in init_vq()
The local variable "err" will be set to an appropriate value by a following statement. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
- Loading branch information