]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: ohci-da8xx: rename driver to ohci-da8xx
authorAxel Haslam <ahaslam@baylibre.com>
Thu, 3 Nov 2016 16:03:08 +0000 (17:03 +0100)
committerGreg 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

index bd6cf3c9ec605acb8ef09034e63d68ebac4f50ab..b3de8bc6cbeb30761686fe7fb2e152accaaca0fe 100644 (file)
@@ -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;