mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
ae0407e137
commit
525fae2131
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue