1
0
Fork 0

pinctrl: at91: fix typo on PULL_UP

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.1
Jean-Christophe PLAGNIOL-VILLARD 2012-10-23 18:28:00 +02:00 committed by Linus Walleij
parent ae0407e137
commit 525fae2131
1 changed files with 1 additions and 1 deletions

View File

@ -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)
/**