Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364126
b: refs/heads/master
c: 050232a
h: refs/heads/master
v: v3
  • Loading branch information
Matthijs Kooijman authored and Greg Kroah-Hartman committed Apr 11, 2013
1 parent f7f97e3 commit 8512689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddd4bd3e54d788d069ce022c4b93b069785e775a
refs/heads/master: 050232a73c0d054750a9da92e071e26d4c571f12
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dwc2/hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/dwc2/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8512689

Please sign in to comment.