projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4c0d4
)
usb: dwc3: host: align on host device name
author
Felipe Balbi
<balbi@ti.com>
Fri, 3 Feb 2012 13:04:46 +0000
(15:04 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 6 Feb 2012 09:48:42 +0000
(11:48 +0200)
PCI uses xhci-hcd, so let's use the same device
name to avoid confusion.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/host.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/dwc3/host.c
b/drivers/usb/dwc3/host.c
index 7cfe211b6c37b546dafa8aa09900d8a8f3d99c7a..b108d18fd40d543a25915f8d72ee20cbd3a6fe6c 100644
(file)
--- a/
drivers/usb/dwc3/host.c
+++ b/
drivers/usb/dwc3/host.c
@@
-53,7
+53,7
@@
int dwc3_host_init(struct dwc3 *dwc)
struct platform_device *xhci;
int ret;
- xhci = platform_device_alloc("xhci", -1);
+ xhci = platform_device_alloc("xhci
-hcd
", -1);
if (!xhci) {
dev_err(dwc->dev, "couldn't allocate xHCI device\n");
ret = -ENOMEM;