uhci: cleanup: Add an unlink call to uhci_async_cancel()
authorHans de Goede <hdegoede@redhat.com>
Wed, 24 Oct 2012 16:31:06 +0000 (18:31 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Oct 2012 07:08:10 +0000 (09:08 +0200)
commit2f2ee2689ffe8a784a86bf10fb946772748632c7
tree9933fa7a25972cb59158029513622535c24bd13c
parent5b352ed537e31a6b5f9e33e26429ba8b909af234
uhci: cleanup: Add an unlink call to uhci_async_cancel()

All callers of uhci_async_cancel() call uhci_async_unlink() first, so
lets move the unlink call to uhci_async_cancel()

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