commit | 7e0c5ee8748ae46aafebaedd594240ca4705f9ea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:50 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:28 2015 -0600 |
tree | d1423732a761c85ae9f426b97747462dd4c1e3a2 | |
parent | 7c1deec0afc209fea14bc38e3a3e1d28b773ee55 [diff] |
dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device() 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>