projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e67f32
)
regulator: rk808: Fix warning message in rk817_set_ramp_delay
author
Axel Lin
<axel.lin@ingics.com>
Tue, 8 Oct 2019 01:06:27 +0000
(09:06 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 8 Oct 2019 10:45:21 +0000
(11:45 +0100)
The default in rk817_set_ramp_delay is 25MV rather than 10MV.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link:
https://lore.kernel.org/r/20191008010628.8513-2-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rk808-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/rk808-regulator.c
b/drivers/regulator/rk808-regulator.c
index
eda056f
..
d0d1b86
100644
(file)
--- a/
drivers/regulator/rk808-regulator.c
+++ b/
drivers/regulator/rk808-regulator.c
@@
-388,7
+388,7
@@
static int rk817_set_ramp_delay(struct regulator_dev *rdev, int ramp_delay)
break;
default:
dev_warn(&rdev->dev,
- "%s ramp_delay: %d not supported, setting
10
000\n",
+ "%s ramp_delay: %d not supported, setting
25
000\n",
rdev->desc->name, ramp_delay);
}