aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-02-22 10:02:25 +0400
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:25 +0000
commit38d8974e331519836c1ef44a7a53dd7b3ad6a4e7 (patch)
tree3c585880cec52aef6597825a2fcf0d2ccbc0b577 /drivers/mfd
parentmfd: kempld: Add support for COMe-mBT10, COMe-cBT6 and COMe-cHL6 to Kontron PLD driver (diff)
downloadlinux-dev-38d8974e331519836c1ef44a7a53dd7b3ad6a4e7.tar.xz
linux-dev-38d8974e331519836c1ef44a7a53dd7b3ad6a4e7.zip
mfd: syscon: Move diagnostic messages to dev_dbg()
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/syscon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c
index 71841f9181bd..26200565d6ab 100644
--- 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;
}