diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 71841f9181bd19f4ae6b832898353bc442999c2e..26200565d6ab04e3577997d84aec48520da6a708 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; }