On Wed, Aug 07, 2013 at 01:25:51PM +0400, Alexander Shiyan wrote: > There is no reason to print used region each time. > > Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> Applied, thanks Sascha > --- > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox