Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210731
b: refs/heads/master
c: 8ecee36
h: refs/heads/master
i:
  210729: 6079b68
  210727: 76b151a
v: v3
  • Loading branch information
Axel Lin authored and Liam Girdwood committed Sep 6, 2010
1 parent 6205da4 commit 1c14db1
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: e260999c66768c2fccd9da8c3918b4e0e5121b3a
refs/heads/master: 8ecee36adc9d2cf19471c395af6ef70264dec251
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/wm8350-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ static unsigned int wm8350_dcdc_get_mode(struct regulator_dev *rdev)
mode = REGULATOR_MODE_NORMAL;
} else if (!active && !sleep)
mode = REGULATOR_MODE_IDLE;
else if (!sleep)
else if (sleep)
mode = REGULATOR_MODE_STANDBY;

return mode;
Expand Down

0 comments on commit 1c14db1

Please sign in to comment.