diff options
Diffstat (limited to 'drivers/usb/host/isp116x-hcd.c')
-rw-r--r-- | drivers/usb/host/isp116x-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c index 20b9a0d07420..109dee82a376 100644 --- a/drivers/usb/host/isp116x-hcd.c +++ b/drivers/usb/host/isp116x-hcd.c | |||
@@ -1592,7 +1592,7 @@ static int __devinit isp116x_probe(struct platform_device *pdev) | |||
1592 | } | 1592 | } |
1593 | 1593 | ||
1594 | /* allocate and initialize hcd */ | 1594 | /* allocate and initialize hcd */ |
1595 | hcd = usb_create_hcd(&isp116x_hc_driver, &pdev->dev, pdev->dev.bus_id); | 1595 | hcd = usb_create_hcd(&isp116x_hc_driver, &pdev->dev, dev_name(&pdev->dev)); |
1596 | if (!hcd) { | 1596 | if (!hcd) { |
1597 | ret = -ENOMEM; | 1597 | ret = -ENOMEM; |
1598 | goto err5; | 1598 | goto err5; |