Title: [6668] trunk/drivers/usb/host/isp1362-hcd.c: [#5240] replace bus_id with dev_name()
- Revision
- 6668
- Author
- vapier
- Date
- 2009-06-11 18:08:45 -0500 (Thu, 11 Jun 2009)
Log Message
[#5240] replace bus_id with dev_name()
Modified Paths
Diff
Modified: trunk/drivers/usb/host/isp1362-hcd.c (6667 => 6668)
--- trunk/drivers/usb/host/isp1362-hcd.c 2009-06-11 23:06:48 UTC (rev 6667)
+++ trunk/drivers/usb/host/isp1362-hcd.c 2009-06-11 23:08:45 UTC (rev 6668)
@@ -2863,7 +2863,7 @@
}
/* allocate and initialize hcd */
- hcd = usb_create_hcd(&isp1362_hc_driver, &pdev->dev, pdev->dev.bus_id);
+ hcd = usb_create_hcd(&isp1362_hc_driver, &pdev->dev, dev_name(&pdev->dev));
if (!hcd) {
retval = -ENOMEM;
goto err5;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits