Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174977
b: refs/heads/master
c: be30fc4
h: refs/heads/master
i:
  174975: 0421c6b
v: v3
  • Loading branch information
Aguilar Pena, Leed authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent bb5f5dc commit d5fc2b5
Show file tree
Hide file tree
Showing 2 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: ec412b92dbe3ea839716853eea058d1bcc5e6ca4
refs/heads/master: be30fc4b650acb85549fd0a9c42fe042366de009
4 changes: 2 additions & 2 deletions trunk/drivers/usb/otg/twl4030-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,12 @@ static irqreturn_t twl4030_usb_irq(int irq, void *_twl)
* USB_LINK_VBUS state. musb_hdrc won't care until it
* starts to handle softconnect right.
*/
twl4030charger_usb_en(status == USB_LINK_VBUS);

if (status == USB_LINK_NONE)
twl4030_phy_suspend(twl, 0);
else
twl4030_phy_resume(twl);

twl4030charger_usb_en(status == USB_LINK_VBUS);
}
sysfs_notify(&twl->dev->kobj, NULL, "vbus");

Expand Down

0 comments on commit d5fc2b5

Please sign in to comment.