OSDN Git Service

usb-hcd-xhci: Remove unused cancelled member from XHCITransfer
authorHans de Goede <hdegoede@redhat.com>
Tue, 8 Oct 2013 19:58:10 +0000 (21:58 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 22 Oct 2013 14:28:49 +0000 (16:28 +0200)
commit8de1838afed4b5b05d18cc42a3e5a6fe9b19f29b
treeeed985d9840e3d8d617111e0951cb9408d9602cc
parent946ff2c0c353e4bf493f6ff2bcc308adddee4a4c
usb-hcd-xhci: Remove unused cancelled member from XHCITransfer

Since qemu's USB model is geared towards emulated devices cancellation
is instanteneous, so no need to wait for cancellation to complete, as
such there is no wait for cancellation code, and the cancelled bool
as well as the bogus comment about it can be removed.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c