projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
regulator: tps65218: Fix missing zero typo
author
Andrew F. Davis
<afd@ti.com>
Tue, 15 Sep 2015 20:34:22 +0000
(15:34 -0500)
committer
Mark Brown
<broonie@kernel.org>
Wed, 16 Sep 2015 19:59:09 +0000
(20:59 +0100)
Add missing zero to value. This will be needed when range checking
is implemented.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps65218-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/tps65218-regulator.c
b/drivers/regulator/tps65218-regulator.c
index 7f97223f95c5bf4aac43f0fc1666e8d0eaa266ee..a02c1b9610396aeb981ff68a8989d57ec6dac6a1 100644
(file)
--- a/
drivers/regulator/tps65218-regulator.c
+++ b/
drivers/regulator/tps65218-regulator.c
@@
-73,7
+73,7
@@
static const struct regulator_linear_range dcdc4_ranges[] = {
};
static struct tps_info tps65218_pmic_regs[] = {
- TPS65218_INFO(DCDC1, "DCDC1", 850000, 167500),
+ TPS65218_INFO(DCDC1, "DCDC1", 850000, 167500
0
),
TPS65218_INFO(DCDC2, "DCDC2", 850000, 1675000),
TPS65218_INFO(DCDC3, "DCDC3", 900000, 3400000),
TPS65218_INFO(DCDC4, "DCDC4", 1175000, 3400000),