Re: [PATCH] hw/virtio: remove meaningless NULL-check
ping
[PATCH] hw/virtio: remove meaningless NULL-check
vdev is being dereferenced in the first line of the function. The following NULL-check makes no sense. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by: Dmitry Frolov --- hw/virtio/virtio-bus.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --gi