Commit 95120d5d authored by Roland Stigge's avatar Roland Stigge Committed by Grant Likely
Browse files

Correct bad gpio naming



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

Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent dcd6c922
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
};