Ver Fonte

usb: ohci-da8xx: rename driver to ohci-da8xx

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>
Axel Haslam há 8 anos atrás
pai
commit
eacae5d2b9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/usb/host/ohci-da8xx.c

+ 1 - 1
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;