diff options
Diffstat (limited to 'drivers/usb/host/ohci-omap.c')
| -rw-r--r-- | drivers/usb/host/ohci-omap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c index 91697bdb399..22f6d1900b5 100644 --- a/drivers/usb/host/ohci-omap.c +++ b/drivers/usb/host/ohci-omap.c @@ -255,7 +255,7 @@ static int ohci_omap_init(struct usb_hcd *hcd)  			/* gpio9 for overcurrent detction */  			omap_cfg_reg(W8_1610_GPIO9);  			omap_request_gpio(9); -			omap_set_gpio_direction(9, 1 /* IN */); +			gpio_direction_input(9);  			/* for paranoia's sake:  disable USB.PUEN */  			omap_cfg_reg(W4_USB_HIGHZ);  |