Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1234472

[PATCH v4 03/26] ARM: pxa: magician: Print more specific error message for global GPIOs

From Petr Cvek <petr.cvek@tul.cz>
Newsgroups linux.kernel
Subject [PATCH v4 03/26] ARM: pxa: magician: Print more specific error message for global GPIOs
Date 2015-09-28 23:20 +0200
Message-ID <qdO03-2Tc-21@gated-at.bofh.it> (permalink)
References <qdO02-2Tc-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Print more specific error message for global GPIOs.

Signed-off-by: Petr Cvek <petr.cvek@tul.cz>
---
 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);
-- 
1.7.12.1

--
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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 03/26] ARM: pxa: magician: Print more specific error  message for global GPIOs Petr Cvek <petr.cvek@tul.cz> - 2015-09-28 23:20 +0200
  Re: [PATCH v4 03/26] ARM: pxa: magician: Print more specific error  message for global GPIOs Philipp Zabel <philipp.zabel@gmail.com> - 2015-10-03 14:30 +0200

csiph-web