usb-xhci: switch to usb_find_device()
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 10 Jan 2012 17:05:22 +0000 (18:05 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Feb 2012 10:31:57 +0000 (11:31 +0100)
commite74495e3ade61ceabc5a00713900d8295e4042f4
treedc19f0053af7247e17b2b9a611519aea0b1cadf3
parent87e043f17e9b3781b3c29c02ff32abc23ac15708
usb-xhci: switch to usb_find_device()

Switch over xHCI to use the new usb_find_device()
function for device lookup.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-xhci.c