Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio: Fix delete_virtqueues function
The function should return void. the reason is that vdev->func->delete_virtqueues() is optional and return void. To be generic we should call virtio_delete_virtqueues in all cases. Then depending on the dispatcher we do nothing or call delete_virtqueues() Fixes: 7f90610 ("virtio: add create_virtqueues and delete_virtqueues in virtio_dispatch") Signed-off-by: Arnaud Pouliquen <[email protected]>
- Loading branch information