commit | 1459ce6cdbd9e9fdd699bdb8607b5d19541dbc4f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jul 19 21:51:14 2017 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Jul 28 23:34:33 2017 +0200 |
tree | 50c1a3ff1cf27fd65a4be781b4c086cb0a1a2153 | |
parent | dab74379ce84a4a64adb48603de8ad94cdf4f92e [diff] |
usb: xhci: Change xhci_setup_addressable_virt_dev() signature For future extension, change xhci_setup_addressable_virt_dev() signature to accept a pointer to 'struct usb_device', instead of its members slot_id & speed, as the struct already contains these two plus some other useful information of the device. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>