[U-Boot] [PATCH v3 02/10] pinctrl: imx: do not announce driver initialization
Stefan Agner
stefan at agner.ch
Thu Oct 6 00:27:04 CEST 2016
From: Stefan Agner <stefan.agner at toradex.com>
It is not usual that drivers announce when they have been initialized.
use dev_dbg to announce device initialization.
Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
drivers/pinctrl/nxp/pinctrl-imx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/nxp/pinctrl-imx.c b/drivers/pinctrl/nxp/pinctrl-imx.c
index 40b0616..949d0f3 100644
--- a/drivers/pinctrl/nxp/pinctrl-imx.c
+++ b/drivers/pinctrl/nxp/pinctrl-imx.c
@@ -222,7 +222,7 @@ int imx_pinctrl_probe(struct udevice *dev,
return -ENOMEM;
}
- dev_info(dev, "initialized IMX pinctrl driver\n");
+ dev_dbg(dev, "initialized IMX pinctrl driver\n");
return 0;
}
--
2.10.0
More information about the U-Boot
mailing list