diff options
| -rw-r--r-- | arch/arm/mach-at91/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/gpio.c b/arch/arm/mach-at91/gpio.c index 7b87f3f101b7..44211a0af19a 100644 --- a/arch/arm/mach-at91/gpio.c +++ b/arch/arm/mach-at91/gpio.c | |||
| @@ -210,7 +210,7 @@ int gpio_direction_input(unsigned pin) | |||
| 210 | 210 | ||
| 211 | if (!pio || !(__raw_readl(pio + PIO_PSR) & mask)) | 211 | if (!pio || !(__raw_readl(pio + PIO_PSR) & mask)) |
| 212 | return -EINVAL; | 212 | return -EINVAL; |
| 213 | __raw_writel(mask, pio + PIO_OER); | 213 | __raw_writel(mask, pio + PIO_ODR); |
| 214 | return 0; | 214 | return 0; |
| 215 | } | 215 | } |
| 216 | EXPORT_SYMBOL(gpio_direction_input); | 216 | EXPORT_SYMBOL(gpio_direction_input); |
