From: Sanchayan Maity Date: Mon, 26 Oct 2015 12:58:49 +0000 (+0530) Subject: usb: host: ehci-vf: Remove hardcoded USB host client configuration X-Git-Tag: KARO-TXSD-2017-03-15~2287 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6089f751411e9295ef88c5821fc37889d265dd0a;p=karo-tx-uboot.git usb: host: ehci-vf: Remove hardcoded USB host client configuration The current ehci-vf USB driver for Vybrid hardcodes the USB host and client functionality. Remove this. Reported-by: Santhosh Kumar Janardhanam Signed-off-by: Sanchayan Maity --- diff --git a/drivers/usb/host/ehci-vf.c b/drivers/usb/host/ehci-vf.c index 98e0fc6ca6..351e0fbb50 100644 --- a/drivers/usb/host/ehci-vf.c +++ b/drivers/usb/host/ehci-vf.c @@ -134,11 +134,6 @@ int ehci_hcd_init(int index, enum usb_init_type init, if (index >= ARRAY_SIZE(nc_reg_bases)) return -EINVAL; - if (init == USB_INIT_DEVICE && index == 1) - return -ENODEV; - if (init == USB_INIT_HOST && index == 0) - return -ENODEV; - ehci = (struct usb_ehci *)nc_reg_bases[index]; /* Do board specific initialisation */