xhci: child detach fix
commit463c534db516701ac732ac606c33c7101cf22e56
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 12 May 2014 12:43:51 +0000 (12 14:43 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 26 May 2014 06:41:07 +0000 (26 08:41 +0200)
tree4253bcf7c2a2cebf8bc0aa787f927b76b1f6e90c
parent178ac111bca16c08a79b2609ebdc75197bea976a
xhci: child detach fix

xhci_child_detach() zaps the wrong slot when unplugging a device
connected via usb-hub:  Instead of the device's slot the slot of the
usb-hub is used.  Fix it.

https://bugzilla.redhat.com/show_bug.cgi?id=1075846

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Gonglei <arei.gonglei@huawei.com>
hw/usb/hcd-xhci.c