Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 525fae21 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Linus Walleij
Browse files

pinctrl: at91: fix typo on PULL_UP



Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ae0407e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ static struct at91_gpio_chip *gpio_chips[MAX_GPIO_BANKS];

static int gpio_banks;

#define PULL_UP		(0 << 1)
#define PULL_UP		(1 << 0)
#define MULTI_DRIVE	(1 << 1)

/**