projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b679ca
)
regulator: as3722: Correct minor typo
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Tue, 5 Feb 2019 10:34:58 +0000
(10:34 +0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 6 Feb 2019 15:52:32 +0000
(15:52 +0000)
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>
drivers/regulator/as3722-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/as3722-regulator.c
b/drivers/regulator/as3722-regulator.c
index 66337e12719b40c684d614ccee4c921e71175d06..e5fed289b52d3a39693ae6fa1ec19cbc06e2491e 100644
(file)
--- 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;