diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-07-09 17:06:28 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-07-09 17:06:28 +0200 |
commit | 4672a4a9fbfe316e1153682b0790af6446255a50 (patch) | |
tree | 7103f98cd5ae99b45e2d49ef9d8a98517b1f1064 /drivers/gpio/gpio-altera.c | |
parent | Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | Merge branch 'lee-fixes' into devel (diff) | |
download | linux-4672a4a9fbfe316e1153682b0790af6446255a50.tar.xz linux-4672a4a9fbfe316e1153682b0790af6446255a50.zip |
Merge branch 'devel' into for-next
Diffstat (limited to 'drivers/gpio/gpio-altera.c')
-rw-r--r-- | drivers/gpio/gpio-altera.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-altera.c b/drivers/gpio/gpio-altera.c index cc4ba71e4fe3..b7932ecc3b61 100644 --- a/drivers/gpio/gpio-altera.c +++ b/drivers/gpio/gpio-altera.c @@ -24,6 +24,7 @@ * @interrupt_trigger : specifies the hardware configured IRQ trigger type * (rising, falling, both, high) * @mapped_irq : kernel mapped irq number. +* @irq_chip : IRQ chip configuration */ struct altera_gpio_chip { struct of_mm_gpio_chip mmchip; @@ -69,7 +70,7 @@ static void altera_gpio_irq_mask(struct irq_data *d) raw_spin_unlock_irqrestore(&altera_gc->gpio_lock, flags); } -/** +/* * This controller's IRQ type is synthesized in hardware, so this function * just checks if the requested set_type matches the synthesized IRQ type */ |