]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Correct bad gpio naming
authorRoland Stigge <stigge@antcom.de>
Sun, 22 Jan 2012 17:57:57 +0000 (18:57 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 22 Jan 2012 19:31:04 +0000 (12:31 -0700)
One of the GPIO names in drivers/gpio/gpio-lpc32xx.c
was bad. Renaming gpi000 -> gpio00

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-lpc32xx.c

index 5b6948081f8fb3d953d5f95703ed6dac95f9e23d..ddfacc5ce56d55fce87d0131e535b27671ed5828 100644 (file)
@@ -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"
 };