Skip to content

Commit

Permalink
drivers/regulator/pcf50633-regulator.c: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Joe Perches authored and Liam Girdwood committed Sep 22, 2009
1 parent 40f9244 commit 561864e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 561864e

Please sign in to comment.