X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fpinctrl%2Fpinctrl-uclass.c;fp=drivers%2Fpinctrl%2Fpinctrl-uclass.c;h=4b250e14a93ce424b6caef75b3978859c2199027;hp=d96c201e8316b7ae8e950eba0d807aa5fe1403f9;hb=95b4eb6419854d36cc90ef9ea8091f3d7fb077c6;hpb=a95f6dd44e7f9ec01ba6b6a663b931cfccb30100;ds=sidebyside diff --git a/drivers/pinctrl/pinctrl-uclass.c b/drivers/pinctrl/pinctrl-uclass.c index d96c201e83..4b250e14a9 100644 --- a/drivers/pinctrl/pinctrl-uclass.c +++ b/drivers/pinctrl/pinctrl-uclass.c @@ -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; }