OSDN Git Service

mfd: syscon: Move diagnostic messages to dev_dbg()
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 22 Feb 2014 06:02:25 +0000 (10:02 +0400)
committerLee 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

index 71841f9..2620056 100644 (file)
@@ -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;
 }