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:
109c75a
)
regulator: core: add newline in debug message
author
David Lechner
<david@lechnology.com>
Mon, 5 Dec 2016 01:48:11 +0000
(19:48 -0600)
committer
Mark Brown
<broonie@kernel.org>
Mon, 5 Dec 2016 11:31:30 +0000
(11:31 +0000)
This adds a trailing newline to a debug message.
Signed-off-by: David Lechner <david@lechnology.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 b6b3aa8ef5db2b0fd14ca4d071ec592d53afae44..cf23b1e2ac4c46d4e9fa2cc50cda798eb298ee0f 100644
(file)
--- a/
drivers/regulator/core.c
+++ b/
drivers/regulator/core.c
@@
-204,7
+204,7
@@
static struct device_node *of_get_regulator(struct device *dev, const char *supp
regnode = of_parse_phandle(dev->of_node, prop_name, 0);
if (!regnode) {
- dev_dbg(dev, "Looking up %s property in node %s failed",
+ dev_dbg(dev, "Looking up %s property in node %s failed
\n
",
prop_name, dev->of_node->full_name);
return NULL;
}