diff options
author | Colin Cronin <colinpatrickcronin@gmail.com> | 2015-05-18 14:41:43 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-05-19 10:52:30 -0400 |
commit | 20a8a96873f69dc915e872e291f4376f436b295a (patch) | |
tree | 6863c787d8f182dbb4073b7199641f3cb72eb75e /drivers/gpio/gpio-tegra.c | |
parent | af6c235d1a5c112964c3029eb0ed4b52c7aa33bf (diff) |
Drivers: gpio: Fix spelling errors
Fixed several spelling errors in gpio-lynxpoint, gpio-pca953x,
gpio-tegra, gpio-zynq, gpiolib-of, gpiolib.
Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-tegra.c')
-rw-r--r-- | drivers/gpio/gpio-tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c index 1741981d53c8..a19f81a661b4 100644 --- a/drivers/gpio/gpio-tegra.c +++ b/drivers/gpio/gpio-tegra.c | |||
@@ -288,7 +288,7 @@ static void tegra_gpio_irq_handler(unsigned int irq, struct irq_desc *desc) | |||
288 | tegra_gpio_writel(1 << pin, GPIO_INT_CLR(gpio)); | 288 | tegra_gpio_writel(1 << pin, GPIO_INT_CLR(gpio)); |
289 | 289 | ||
290 | /* if gpio is edge triggered, clear condition | 290 | /* if gpio is edge triggered, clear condition |
291 | * before executing the hander so that we don't | 291 | * before executing the handler so that we don't |
292 | * miss edges | 292 | * miss edges |
293 | */ | 293 | */ |
294 | if (lvl & (0x100 << pin)) { | 294 | if (lvl & (0x100 << pin)) { |