Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165372
b: refs/heads/master
c: 561864e
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Liam Girdwood committed Sep 22, 2009
1 parent 3ab31c7 commit 4ececa8
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: 40f9244f4da8976eeb6d5ed6313c635ba238a9d3
refs/heads/master: 561864e8e3c263ff72bd0888aca80089027195ca
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/pcf50633-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static int pcf50633_regulator_get_voltage(struct regulator_dev *rdev)
int regulator_id, millivolts, volt_bits;
u8 regnr;

pcf = rdev_get_drvdata(rdev);;
pcf = rdev_get_drvdata(rdev);

regulator_id = rdev_get_id(rdev);
if (regulator_id >= PCF50633_NUM_REGULATORS)
Expand Down

0 comments on commit 4ececa8

Please sign in to comment.