mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
On error, virtqueue_add calls START_USE but not END_USE. Thankfully that's normally empty anyway, but might not be when debugging. Fix it up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>