Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177722
b: refs/heads/master
c: ddec681
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Dec 17, 2009
1 parent b4c70b3 commit 5110682
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9992ef40ff2e16559e49ff1ae63d133cb9849e8f
refs/heads/master: ddec68107ab101d9ff934811d5598f5c613027f2
3 changes: 2 additions & 1 deletion trunk/drivers/regulator/88pm8607.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ static int choose_voltage(struct regulator_dev *rdev, int min_uV, int max_uV)
{
struct pm8607_regulator_info *info = rdev_get_drvdata(rdev);
uint8_t chip_id = info->chip->chip_id;
int val, ret;
int val = -ENOENT;
int ret;

switch (info->desc.id) {
case PM8607_ID_BUCK1:
Expand Down

0 comments on commit 5110682

Please sign in to comment.