Skip to content
Snippets Groups Projects
Commit 5a6f8d7b authored by Stefan Agner's avatar Stefan Agner Committed by Stefano Babic
Browse files

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: default avatarStefan Agner <stefan.agner@toradex.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent a99546ab
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment