|
@@ -82,7 +82,7 @@ int of_get_named_gpio_flags(struct device_node *np, const char *propname,
|
|
|
gpiochip_find(&gg_data, of_gpiochip_find_and_xlate);
|
|
|
|
|
|
of_node_put(gg_data.gpiospec.np);
|
|
|
- pr_debug("%s exited with status %d\n", __func__, ret);
|
|
|
+ pr_debug("%s exited with status %d\n", __func__, gg_data.out_gpio);
|
|
|
return gg_data.out_gpio;
|
|
|
}
|
|
|
EXPORT_SYMBOL(of_get_named_gpio_flags);
|