All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Correct bad gpio naming
@ 2012-01-22 17:57 ` Roland Stigge
  0 siblings, 0 replies; 14+ messages in thread
From: Roland Stigge @ 2012-01-22 17:57 UTC (permalink / raw)
  To: linux-arm-kernel

One of the GPIO names in drivers/gpio/gpio-lpc32xx.c
was bad. Renaming gpi000 -> gpio00

Signed-off-by: Roland Stigge <stigge@antcom.de>

diff --git a/drivers/gpio/gpio-lpc32xx.c b/drivers/gpio/gpio-lpc32xx.c
index 5b69480..ddfacc5 100644
--- a/drivers/gpio/gpio-lpc32xx.c
+++ b/drivers/gpio/gpio-lpc32xx.c
@@ -96,7 +96,7 @@ static const char *gpio_p2_names[LPC32XX_GPIO_P2_MAX] = {
 };
  static const char *gpio_p3_names[LPC32XX_GPIO_P3_MAX] = {
-	"gpi000", "gpio01", "gpio02", "gpio03",
+	"gpio00", "gpio01", "gpio02", "gpio03",
 	"gpio04", "gpio05"
 };

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-01-24 21:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 17:57 [PATCH] Correct bad gpio naming Roland Stigge
2012-01-22 17:57 ` Roland Stigge
2012-01-22 19:31 ` Grant Likely
2012-01-22 19:31   ` Grant Likely
2012-01-24 15:59 ` Wolfram Sang
2012-01-24 15:59   ` Wolfram Sang
2012-01-24 16:32   ` Roland Stigge
2012-01-24 16:32     ` Roland Stigge
2012-01-24 19:25     ` LPC32xx status (Re: [PATCH] Correct bad gpio naming) Wolfram Sang
2012-01-24 19:25       ` Wolfram Sang
2012-01-24 20:38       ` Roland Stigge
2012-01-24 20:38         ` Roland Stigge
2012-01-24 21:09         ` Wolfram Sang
2012-01-24 21:09           ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.