]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: dwc2: set the driver name to "dwc2"
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 11 Apr 2013 16:43:46 +0000 (18:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 20:27:39 +0000 (13:27 -0700)
Previously, it was "dwc_otg", but this does not correspond to the
directory name and might cause confusion with the old out-of-tree
dwc_otg driver of which many versions circulate.

Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/hcd.c
drivers/staging/dwc2/pci.c

index f68d8cc408faebf585190c1237994502b50f7a45..4d5f34e72edb54acc57c458d4628edd767c8fe26 100644 (file)
@@ -2830,7 +2830,7 @@ int dwc2_hcd_init(struct dwc2_hsotg *hsotg, int irq,
                goto error2;
 
        /* Create new workqueue and init work */
-       hsotg->wq_otg = create_singlethread_workqueue("dwc_otg");
+       hsotg->wq_otg = create_singlethread_workqueue("dwc2");
        if (!hsotg->wq_otg) {
                dev_err(hsotg->dev, "Failed to create workqueue\n");
                goto error2;
index 8d9a9023c29a5a05fd93ad48fddb9e001677792b..69c65eb8683fb01db49992a2d27936287570e062 100644 (file)
@@ -57,7 +57,7 @@
 #define PCI_VENDOR_ID_SYNOPSYS         0x16c3
 #define PCI_PRODUCT_ID_HAPS_HSOTG      0xabc0
 
-static const char dwc2_driver_name[] = "dwc_otg";
+static const char dwc2_driver_name[] = "dwc2";
 
 static struct dwc2_core_params dwc2_module_params = {
        .otg_cap                        = -1,