projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
usb: otg: support for multiple transceivers by a single controller
[linux.git]
/
drivers
/
usb
/
host
/
ohci-omap.c
diff --git
a/drivers/usb/host/ohci-omap.c
b/drivers/usb/host/ohci-omap.c
index c2c1f55889a4a6e18e5605a24f0cef432d9408ed..92a77dfd1930150f46d91763c5fd29e0429e5b75 100644
(file)
--- a/
drivers/usb/host/ohci-omap.c
+++ b/
drivers/usb/host/ohci-omap.c
@@
-211,7
+211,7
@@
static int ohci_omap_init(struct usb_hcd *hcd)
#ifdef CONFIG_USB_OTG
if (need_transceiver) {
- ohci->transceiver = usb_get_phy();
+ ohci->transceiver = usb_get_phy(
USB_PHY_TYPE_USB2
);
if (ohci->transceiver) {
int status = otg_set_host(ohci->transceiver->otg,
&ohci_to_hcd(ohci)->self);
This page took
0.028563 seconds
and
4
git commands to generate.