mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-16 12:11:32 +00:00
pinctrl: imx: do not announce driver initialization
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@toradex.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a99546ab62
commit
5a6f8d7b3b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue