]> git.proxmox.com Git - qemu.git/commit
uhci: Fix double unlink
authorHans de Goede <hdegoede@redhat.com>
Sat, 17 Nov 2012 11:11:51 +0000 (12:11 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Nov 2012 13:55:54 +0000 (14:55 +0100)
commit71d2c9cf656cb8b55a71057c1943ade197c1bb5b
tree82a5637a05306f3822478a9f773fe32b725a2dee
parent1cbdde909f70fd15ff85f068a6318b73865c7fa3
uhci: Fix double unlink

uhci_async_cancel() already does a uhci_async_unlink().

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