diff options
author | Sasha Levin <sasha.levin@oracle.com> | 2015-01-02 19:47:39 (GMT) |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-01-21 05:58:50 (GMT) |
commit | 2bd56afd44123cea3741c7a46ddd96a46c92b8d9 (patch) | |
tree | ea894fee9d106874bdc3b0dacbf8bd6baad14467 /drivers/bus | |
parent | 8cfc99b58366ea9f391fe0da7d16940ca6a1d9c0 (diff) | |
download | linux-2bd56afd44123cea3741c7a46ddd96a46c92b8d9.tar.xz |
virtio_pci: drop useless del_vqs call
Device VQs were getting freed twice: once in every device's removal
functions, and then again in virtio_pci_legacy_remove(). The ones in
devices are called first, so drop the useless second call.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/bus')
0 files changed, 0 insertions, 0 deletions