From: Sasha Levin Date: Fri, 2 Jan 2015 19:47:39 +0000 (-0500) Subject: virtio_pci: drop useless del_vqs call X-Git-Tag: fixes-v4.0-rc1~61^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd56afd44123cea3741c7a46ddd96a46c92b8d9;p=pandora-kernel.git 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 Signed-off-by: Michael S. Tsirkin Signed-off-by: Rusty Russell --- Reading git-diff-tree failed