summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/of_gpio.c')
-rw-r--r--drivers/of/of_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/of_gpio.c b/drivers/of/of_gpio.c
index 3afdf0d092..1370d8fe1f 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;
}