]> git.ipfire.org Git - people/ms/u-boot.git/commit
pinctrl: imx: do not announce driver initialization
authorStefan Agner <stefan.agner@toradex.com>
Wed, 5 Oct 2016 22:27:04 +0000 (15:27 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 7 Oct 2016 10:26:14 +0000 (12:26 +0200)
commit5a6f8d7b3b2914deaec60ea9986729b8f4cff2fc
tree971304c4f2574960d529fd948e6c8ff8ed865bec
parenta99546ab6294e11b71dfbeee7f2432b1f028f65d
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>
drivers/pinctrl/nxp/pinctrl-imx.c