aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/as3722-regulator.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2019-02-05 10:34:58 +0000
committerMark Brown <broonie@kernel.org>2019-02-06 15:52:32 +0000
commit46689b1e381a09e5907ffd3ddced733379c72ad5 (patch)
tree3585617a55313267c1788bb389622576d4b724e9 /drivers/regulator/as3722-regulator.c
parentregulator: rk808: Fix BUCK1/2 voltages on rk805 (diff)
downloadlinux-dev-46689b1e381a09e5907ffd3ddced733379c72ad5.tar.xz
linux-dev-46689b1e381a09e5907ffd3ddced733379c72ad5.zip
regulator: as3722: Correct minor typo
A comma has been accidentally used where a semi-colon was clearly intended, correct this typo. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/as3722-regulator.c')
-rw-r--r--drivers/regulator/as3722-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/as3722-regulator.c b/drivers/regulator/as3722-regulator.c
index 66337e12719b..e5fed289b52d 100644
--- a/drivers/regulator/as3722-regulator.c
+++ b/drivers/regulator/as3722-regulator.c
@@ -886,7 +886,7 @@ static int as3722_regulator_probe(struct platform_device *pdev)
as3722_regs->desc[id].min_uV = 410000;
} else {
as3722_regs->desc[id].n_voltages =
- AS3722_SD0_VSEL_MAX + 1,
+ AS3722_SD0_VSEL_MAX + 1;
as3722_regs->desc[id].min_uV = 610000;
}
as3722_regs->desc[id].uV_step = 10000;