]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/pinctrl/pinctrl-uclass.c
pinctrl: print error message with dev_err() instead of dev_dbg()
[karo-tx-uboot.git] / drivers / pinctrl / pinctrl-uclass.c
index d96c201e8316b7ae8e950eba0d807aa5fe1403f9..4b250e14a93ce424b6caef75b3978859c2199027 100644 (file)
@@ -217,7 +217,7 @@ static int pinctrl_post_bind(struct udevice *dev)
        const struct pinctrl_ops *ops = pinctrl_get_ops(dev);
 
        if (!ops) {
-               dev_dbg(dev, "ops is not set.  Do not bind.\n");
+               dev_err(dev, "ops is not set.  Do not bind.\n");
                return -EINVAL;
        }