Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235376
b: refs/heads/master
c: 70045c5
h: refs/heads/master
v: v3
  • Loading branch information
Hema HK authored and Felipe Balbi committed Mar 1, 2011
1 parent 0a0583b commit 929609a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: fb91cde49c327ff957c55d91805bc6abda59b311
refs/heads/master: 70045c57f31f998a7206baa81167c7bc9f452cef
10 changes: 2 additions & 8 deletions trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,19 +246,13 @@ static int musb_otg_notifications(struct notifier_block *nb,
if (musb->gadget_driver) {
pm_runtime_get_sync(musb->controller);
otg_init(musb->xceiv);

if (data->interface_type ==
MUSB_INTERFACE_UTMI)
omap2430_musb_set_vbus(musb, 1);

omap2430_musb_set_vbus(musb, 1);
}
#endif
} else {
pm_runtime_get_sync(musb->controller);
otg_init(musb->xceiv);
if (data->interface_type ==
MUSB_INTERFACE_UTMI)
omap2430_musb_set_vbus(musb, 1);
omap2430_musb_set_vbus(musb, 1);
}
break;

Expand Down

0 comments on commit 929609a

Please sign in to comment.