Commit 7bed08c56540825ab9c7909a12e9b5bcdafa62ba

Authored by Mark Brown
Committed by Liam Girdwood
1 parent acaf6ffefd

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/regulator/pcap-regulator.c
... ... @@ -152,7 +152,7 @@
152 152  
153 153 static int pcap_regulator_set_voltage(struct regulator_dev *rdev,
154 154 int min_uV, int max_uV,
155   - unsiged *selector)
  155 + unsigned *selector)
156 156 {
157 157 struct pcap_regulator *vreg = &vreg_table[rdev_get_id(rdev)];
158 158 void *pcap = rdev_get_drvdata(rdev);