From: Tushar Behera Date: Fri, 4 Jul 2014 09:52:09 +0000 (+0530) Subject: gpiolib: of: Update debug messages for of_get_named_gpiod_flags X-Git-Tag: omap-for-v3.17/fixes-against-rc2~114^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ea29ac1c4838a720e6fcde2805ddb33451f21b;p=pandora-kernel.git gpiolib: of: Update debug messages for of_get_named_gpiod_flags 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 Reviewed-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed