projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ccf629
)
usb: ohci-da8xx: rename driver to ohci-da8xx
author
Axel Haslam
<ahaslam@baylibre.com>
Thu, 3 Nov 2016 16:03:08 +0000
(17:03 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 23 Nov 2016 09:32:05 +0000
(10:32 +0100)
The davinci ohci driver name (currently "ohci") is too generic.
To be consistent with other usb dirvers, append the "-da8xx" postfix
to the name.
Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-da8xx.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ohci-da8xx.c
b/drivers/usb/host/ohci-da8xx.c
index
bd6cf3c
..
b3de8bc
100644
(file)
--- a/
drivers/usb/host/ohci-da8xx.c
+++ b/
drivers/usb/host/ohci-da8xx.c
@@
-27,7
+27,7
@@
#include "ohci.h"
#define DRIVER_DESC "DA8XX"
-#define DRV_NAME "ohci"
+#define DRV_NAME "ohci
-da8xx
"
static struct hc_driver __read_mostly ohci_da8xx_hc_driver;