Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177737
b: refs/heads/master
c: cf9836f
h: refs/heads/master
i:
  177735: 2b3c153
v: v3
  • Loading branch information
Juha Keski-Saari authored and Liam Girdwood committed Dec 17, 2009
1 parent 348c55b commit 1ffb0ad
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: 53b8a9d92a713fa82316bf418dcc19d6da32ca05
refs/heads/master: cf9836f4ddd1a08e88fe05e06f21313c609d3d55
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/twl-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ static int twlreg_disable(struct regulator_dev *rdev)
return grp;

if (twl_class_is_4030())
grp &= ~P1_GRP_4030;
grp &= ~(P1_GRP_4030 | P2_GRP_4030 | P3_GRP_4030);
else
grp &= ~P1_GRP_6030;
grp &= ~(P1_GRP_6030 | P2_GRP_6030 | P3_GRP_6030);

return twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_GRP, grp);
}
Expand Down

0 comments on commit 1ffb0ad

Please sign in to comment.