device.bus_id doesn't exist any more
Signed-off-by: David Brownell <[email protected]>
---
drivers/usb/host/ehci-omap.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -432,7 +432,8 @@ static int ehci_hcd_omap_drv_probe(struc
retval = -ENOMEM;
}
- hcd = usb_create_hcd(&ehci_omap_hc_driver, &dev->dev, dev->dev.bus_id);
+ hcd = usb_create_hcd(&ehci_omap_hc_driver, &dev->dev,
+ dev_name(&dev->dev));
if (!hcd)
return -ENOMEM;
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html