From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752578AbbJCMUH (ORCPT ); Sat, 3 Oct 2015 08:20:07 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:33798 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491AbbJCMTv (ORCPT ); Sat, 3 Oct 2015 08:19:51 -0400 Message-ID: <1443874789.4186.9.camel@gmail.com> Subject: Re: [PATCH v4 03/26] ARM: pxa: magician: Print more specific error message for global GPIOs From: Philipp Zabel To: Petr Cvek , robert.jarzmik@free.fr, daniel@zonque.org, haojian.zhuang@gmail.com, linux@arm.linux.org.uk Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Sat, 03 Oct 2015 14:19:49 +0200 In-Reply-To: <5609ACD3.6030600@tul.cz> References: <5609ACD3.6030600@tul.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, den 28.09.2015, 23:10 +0200 schrieb Petr Cvek: > Print more specific error message for global GPIOs. > > Signed-off-by: Petr Cvek Acked-by: Philipp Zabel > --- > arch/arm/mach-pxa/magician.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach > -pxa/magician.c > index c8fa379..29d8146 100644 > --- a/arch/arm/mach-pxa/magician.c > +++ b/arch/arm/mach-pxa/magician.c > @@ -752,7 +752,7 @@ static void __init magician_init(void) > pxa2xx_mfp_config(ARRAY_AND_SIZE(magician_pin_config)); > err = > gpio_request_array(ARRAY_AND_SIZE(magician_global_gpios)); > if (err) > - pr_err("magician: Failed to request GPIOs: %d\n", > err); > + pr_err("magician: Failed to request global GPIOs: > %d\n", err); > > pxa_set_ffuart_info(NULL); > pxa_set_btuart_info(NULL);