Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309691
b: refs/heads/master
c: 81a0838
h: refs/heads/master
i:
  309689: 6fb169f
  309687: 8147fb1
v: v3
  • Loading branch information
Dan Carpenter authored and Anton Vorontsov committed May 6, 2012
1 parent fc4c3e0 commit 47b1082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 13f2483cd5e3df425cfa492cc62cf8fada5d01b9
refs/heads/master: 81a08382aeb802ad642ab7f2a7786baa7bafaaa3
2 changes: 1 addition & 1 deletion trunk/drivers/power/isp1704_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,13 +474,13 @@ static int __devinit isp1704_charger_probe(struct platform_device *pdev)
fail2:
power_supply_unregister(&isp->psy);
fail1:
isp1704_charger_set_power(isp, 0);
usb_put_transceiver(isp->phy);
fail0:
kfree(isp);

dev_err(&pdev->dev, "failed to register isp1704 with error %d\n", ret);

isp1704_charger_set_power(isp, 0);
return ret;
}

Expand Down

0 comments on commit 47b1082

Please sign in to comment.