]> Git Repo - linux.git/commitdiff
Correct bad gpio naming
authorRoland Stigge <[email protected]>
Sun, 22 Jan 2012 17:57:57 +0000 (18:57 +0100)
committerGrant Likely <[email protected]>
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 <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
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"
 };
 
This page took 0.055906 seconds and 4 git commands to generate.