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:
0f7d6ec
)
regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case
author
Axel Lin
<axel.lin@ingics.com>
Wed, 10 Jun 2015 10:52:11 +0000
(18:52 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 10 Jun 2015 17:29:04 +0000
(18:29 +0100)
Fix trivial typo.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max8973-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/max8973-regulator.c
b/drivers/regulator/max8973-regulator.c
index 89e53e0493997b05727f61b5618bcda8733cda60..6f2bdad8b4d8fd6ce2e552d4c44c8cf4a3ee60ba 100644
(file)
--- a/
drivers/regulator/max8973-regulator.c
+++ b/
drivers/regulator/max8973-regulator.c
@@
-312,7
+312,7
@@
static int max8973_init_dcdc(struct max8973_chip *max,
max->desc.ramp_delay = 12000;
break;
case MAX8973_RAMP_25mV_PER_US:
- max->desc.ramp_delay = 25
2
000;
+ max->desc.ramp_delay = 25000;
break;
case MAX8973_RAMP_50mV_PER_US:
max->desc.ramp_delay = 50000;