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:
a3ee750
)
mfd: syscon: Move diagnostic messages to dev_dbg()
author
Alexander Shiyan
<shc_work@mail.ru>
Sat, 22 Feb 2014 06:02:25 +0000
(10:02 +0400)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 19 Mar 2014 08:58:25 +0000
(08:58 +0000)
This patch moves diagnostic messages used for debugging purposes
to dev_dbg().
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/syscon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/syscon.c
b/drivers/mfd/syscon.c
index 71841f9181bd19f4ae6b832898353bc442999c2e..26200565d6ab04e3577997d84aec48520da6a708 100644
(file)
--- a/
drivers/mfd/syscon.c
+++ b/
drivers/mfd/syscon.c
@@
-152,7
+152,7
@@
static int syscon_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, syscon);
- dev_
info
(dev, "regmap %pR registered\n", res);
+ dev_
dbg
(dev, "regmap %pR registered\n", res);
return 0;
}