projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'x86/core' into core/percpu
[linux-2.6]
/
drivers
/
usb
/
host
/
ohci-tmio.c
diff --git
a/drivers/usb/host/ohci-tmio.c
b/drivers/usb/host/ohci-tmio.c
index
f9f134a
..
8dabe8e
100644
(file)
--- a/
drivers/usb/host/ohci-tmio.c
+++ b/
drivers/usb/host/ohci-tmio.c
@@
-201,7
+201,7
@@
static int __devinit ohci_hcd_tmio_drv_probe(struct platform_device *dev)
if (!cell)
return -EINVAL;
- hcd = usb_create_hcd(&ohci_tmio_hc_driver, &dev->dev, dev
->dev.bus_id
);
+ hcd = usb_create_hcd(&ohci_tmio_hc_driver, &dev->dev, dev
_name(&dev->dev)
);
if (!hcd) {
ret = -ENOMEM;
goto err_usb_create_hcd;