Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367489
b: refs/heads/master
c: 9b7f50e
h: refs/heads/master
i:
  367487: 9186cc3
v: v3
  • Loading branch information
Rupesh Kumar authored and Lee Jones committed Mar 7, 2013
1 parent 87292a4 commit 9f08d65
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b64f51c4adde8972afac778a63a19a30c6d5f4b0
refs/heads/master: 9b7f50e3ea9a98f518fc4077f8bebc96717acff5
4 changes: 4 additions & 0 deletions trunk/drivers/power/pm2301_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ static int pm2xxx_reg_read(struct pm2xxx_charger *pm2, int reg, u8 *val)
else
ret = 0;

pm_runtime_put_sync(pm2->dev);

return ret;
}

Expand All @@ -156,6 +158,8 @@ static int pm2xxx_reg_write(struct pm2xxx_charger *pm2, int reg, u8 val)
else
ret = 0;

pm_runtime_put_sync(pm2->dev);

return ret;
}

Expand Down

0 comments on commit 9f08d65

Please sign in to comment.