On Fri, Jul 4, 2014 at 6:52 PM, Tushar Behera <[email protected]> wrote: > Following is the debug output (only a few examples) before and after the > patch. > > $ dmesg | grep of_get_named_gpiod_flags > > Before: > of_get_named_gpiod_flags: can't parse gpios property of node > '/mmc@12220000[0]' > of_get_named_gpiod_flags exited with status 0 > > After: > of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node > '/mmc@12220000[0]' > of_get_named_gpiod_flags: parsed 'gpios' property of node > '/gpio-keys/power[0]' - status (0) > > Signed-off-by: Tushar Behera <[email protected]>
More meaningful debug messages are always a good thing. Reviewed-by: Alexandre Courbot <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

