Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261894
b: refs/heads/master
c: 6daa663
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Samuel Ortiz committed Jul 31, 2011
1 parent bdb1ad2 commit 4c1c533
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: dc7e412d431db5da7fa252f4c3ed475ef4af3e8a
refs/heads/master: 6daa663dc42957ca6c794a84fe07fa09f0273ff9
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/tps65912-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ static int tps65912_reg_enable(struct regulator_dev *dev)
struct tps65912_reg *pmic = rdev_get_drvdata(dev);
struct tps65912 *mfd = pmic->mfd;
int id = rdev_get_id(dev);
u8 reg;
int reg;

if (id < TPS65912_REG_DCDC1 || id > TPS65912_REG_LDO10)
return -EINVAL;
Expand Down

0 comments on commit 4c1c533

Please sign in to comment.