Files
open-amp/lib
Arnaud Pouliquen de33a8d675 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 <arnaud.pouliquen@foss.st.com>
2023-10-19 16:00:21 -07:00
..
2023-10-06 16:44:53 +02:00
2023-08-17 09:14:38 +02:00
2023-04-24 09:50:56 +02:00