diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-11 06:57:17 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2011-01-12 09:33:00 -0500 |
commit | 7bed08c56540825ab9c7909a12e9b5bcdafa62ba (patch) | |
tree | 20014ae1dda743e0f6acf076739f5a1f09f5450b /drivers/regulator | |
parent | acaf6ffefdf65188071f88664435b86651d70e7c (diff) |
regulator: Fix typo in PCAP regulator_set_voltage()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/pcap-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pcap-regulator.c b/drivers/regulator/pcap-regulator.c index 8dca11694f75..31f6e11a7f16 100644 --- a/drivers/regulator/pcap-regulator.c +++ b/drivers/regulator/pcap-regulator.c | |||
@@ -152,7 +152,7 @@ static struct pcap_regulator vreg_table[] = { | |||
152 | 152 | ||
153 | static int pcap_regulator_set_voltage(struct regulator_dev *rdev, | 153 | static int pcap_regulator_set_voltage(struct regulator_dev *rdev, |
154 | int min_uV, int max_uV, | 154 | int min_uV, int max_uV, |
155 | unsiged *selector) | 155 | unsigned *selector) |
156 | { | 156 | { |
157 | struct pcap_regulator *vreg = &vreg_table[rdev_get_id(rdev)]; | 157 | struct pcap_regulator *vreg = &vreg_table[rdev_get_id(rdev)]; |
158 | void *pcap = rdev_get_drvdata(rdev); | 158 | void *pcap = rdev_get_drvdata(rdev); |