dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:51 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:28 +0000 (11:11 -0600)
commit5dd75e3b4677b3262a69f7e5fefea77c86c7c0c7
tree7a1caf8b56594fb31b0cba88c1e8a45929f77425
parent7e0c5ee8748ae46aafebaedd594240ca4705f9ea
dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()

This function should not be delving into struct usb_device. Pass in the
parameters it needs directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h