commit | daec4691449fa4728f29260554701602e8f91d5c | [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 | bbc6f06c0031249bf1983b875e54cb7549bafe60 [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>