1
0
Fork 0

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>
hifive-unleashed-5.1
Alexander Shiyan 2014-02-22 10:02:25 +04:00 committed by Lee Jones
parent a3ee75092e
commit 38d8974e33
1 changed files with 1 additions and 1 deletions

View 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;
}