Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753664AbaGIHs6 (ORCPT ); Wed, 9 Jul 2014 03:48:58 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:34762 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbaGIHs5 (ORCPT ); Wed, 9 Jul 2014 03:48:57 -0400 MIME-Version: 1.0 In-Reply-To: <1404467529-26301-1-git-send-email-tushar.b@samsung.com> References: <1404467529-26301-1-git-send-email-tushar.b@samsung.com> Date: Wed, 9 Jul 2014 09:48:56 +0200 Message-ID: Subject: Re: [PATCH] gpiolib: of: Update debug messages for of_get_named_gpiod_flags From: Linus Walleij To: Tushar Behera Cc: "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Alexandre Courbot , Tushar Behera Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 4, 2014 at 11:52 AM, Tushar Behera 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 Patch applied with Alexandre's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/