mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] pinctrl: at91: Do not print registration messages
@ 2018-11-02  7:27 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2018-11-02  7:27 UTC (permalink / raw)
  To: Barebox List

Turn registration messages into dev_dbg.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/pinctrl/pinctrl-at91.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c
index 0303869774..630f11be76 100644
--- a/drivers/pinctrl/pinctrl-at91.c
+++ b/drivers/pinctrl/pinctrl-at91.c
@@ -510,7 +510,7 @@ static int at91_pinctrl_probe(struct device_d *dev)
 	if (ret)
 		return ret;
 
-	dev_info(dev, "AT91 pinctrl registered\n");
+	dev_dbg(dev, "AT91 pinctrl registered\n");
 
 	return 0;
 }
@@ -690,7 +690,7 @@ static int at91_gpio_probe(struct device_d *dev)
 		return ret;
 	}
 
-	dev_info(dev, "AT91 gpio driver registered\n");
+	dev_dbg(dev, "AT91 gpio driver registered\n");
 
 	return 0;
 }
-- 
2.19.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-02  7:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02  7:27 [PATCH] pinctrl: at91: Do not print registration messages Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox