Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330524
b: refs/heads/master
c: c10a002
h: refs/heads/master
v: v3
  • Loading branch information
Paul Parsons authored and Anton Vorontsov committed Sep 21, 2012
1 parent f92d943 commit b994a42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 3950c7865cd7c963982a2c94457182b96732f4c9
refs/heads/master: c10a002a2b4af557730e71591c529fbdf355433f
3 changes: 0 additions & 3 deletions trunk/drivers/power/pda_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ static int pda_power_probe(struct platform_device *pdev)
if (IS_ERR(ac_draw)) {
dev_dbg(dev, "couldn't get ac_draw regulator\n");
ac_draw = NULL;
ret = PTR_ERR(ac_draw);
goto ac_draw_failed;
}

update_status();
Expand Down Expand Up @@ -416,7 +414,6 @@ static int pda_power_probe(struct platform_device *pdev)
regulator_put(ac_draw);
ac_draw = NULL;
}
ac_draw_failed:
if (pdata->exit)
pdata->exit(dev);
init_failed:
Expand Down

0 comments on commit b994a42

Please sign in to comment.