提交 525fae21 编写于 作者: J Jean-Christophe PLAGNIOL-VILLARD 提交者: Linus Walleij

pinctrl: at91: fix typo on PULL_UP

Signed-off-by: NJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 ae0407e1
......@@ -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)
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册