projects
/
GitHub
/
LineageOS
/
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:
3eaeb47
)
regulator: core: fix typo in regulator_bulk_disable()
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 3 Feb 2017 23:16:16 +0000
(15:16 -0800)
committer
Mark Brown
<broonie@kernel.org>
Sat, 4 Feb 2017 10:37:32 +0000
(11:37 +0100)
"re-enable" was misspelled as "reename".
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/core.c
b/drivers/regulator/core.c
index fe05923611ee219e2c31bc5bb304242e66deedf0..867756651544670ff4ddd521d7be31187c73feff 100644
(file)
--- a/
drivers/regulator/core.c
+++ b/
drivers/regulator/core.c
@@
-3661,7
+3661,7
@@
err:
for (++i; i < num_consumers; ++i) {
r = regulator_enable(consumers[i].consumer);
if (r != 0)
- pr_err("Failed to re
enam
e %s: %d\n",
+ pr_err("Failed to re
-enabl
e %s: %d\n",
consumers[i].supply, r);
}