Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287023
b: refs/heads/master
c: 2053c2d
h: refs/heads/master
i:
  287021: b2b2284
  287019: 44d8790
  287015: 31aea79
  287007: 393d73e
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Greg Kroah-Hartman committed Jan 24, 2012
1 parent dc9740c commit 2dd4f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15699e6fafc3a90e5fdc2ef30555a04dee62286f
refs/heads/master: 2053c2d1b116282038fde3d60965ac158b1b8ba2
2 changes: 2 additions & 0 deletions trunk/drivers/usb/otg/mv_otg.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ static void mv_otg_init_irq(struct mv_otg *mvotg)

static void mv_otg_start_host(struct mv_otg *mvotg, int on)
{
#ifdef CONFIG_USB
struct otg_transceiver *otg = &mvotg->otg;
struct usb_hcd *hcd;

Expand All @@ -216,6 +217,7 @@ static void mv_otg_start_host(struct mv_otg *mvotg, int on)
usb_add_hcd(hcd, hcd->irq, IRQF_SHARED);
else
usb_remove_hcd(hcd);
#endif /* CONFIG_USB */
}

static void mv_otg_start_periphrals(struct mv_otg *mvotg, int on)
Expand Down

0 comments on commit 2dd4f83

Please sign in to comment.