diff --git a/drivers/of/of_gpio.c b/drivers/of/of_gpio.c index 3afdf0d09..1370d8fe1 100644 --- a/drivers/of/of_gpio.c +++ b/drivers/of/of_gpio.c @@ -25,7 +25,7 @@ int of_get_named_gpio_flags(struct device_node *np, const char *propname, ret = of_parse_phandle_with_args(np, propname, "#gpio-cells", index, &out_args); if (ret) { - pr_err("%s: cannot parse %s property: %d\n", + pr_debug("%s: cannot parse %s property: %d\n", __func__, propname, ret); return ret; }