Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mark Brown and committed by
Liam Girdwood
7bed08c5 acaf6ffe

+1 -1
+1 -1
drivers/regulator/pcap-regulator.c
··· 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);