commit | d41795978c47fa87b6514a0f2238958b7e8319a0 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 23:58:13 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 16 00:12:44 2016 +0200 |
tree | 7af93fccc37398b23d63f8bd05a2026d38086cd7 | |
parent | f83f12d660d11718d3eed9d979ee03e83aa55544 [diff] |
virtio: clean up handling of request_irq failure We call del_vqs twice when request_irq fails, this makes no sense. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>