Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- drivers/mfd/syscon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index b628ab7..52cb433 100644 --- a/drivers/mfd/syscon.c +++ b/drivers/mfd/syscon.c @@ -65,7 +65,7 @@ static int syscon_probe(struct device_d *dev) syscon->base = (void __iomem *)res->start; dev->priv = syscon; - dev_info(dev, "map 0x%x-0x%x registered\n", res->start, res->end); + dev_dbg(dev, "map 0x%x-0x%x registered\n", res->start, res->end); return 0; } -- 1.8.1.5 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox