]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip: brcmstb-l2: Level-2 interrupts are edge sensitive
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 9 Jun 2014 18:05:02 +0000 (11:05 -0700)
committerJason Cooper <jason@lakedaemon.net>
Sat, 21 Jun 2014 02:08:34 +0000 (02:08 +0000)
commitbb1bbb3b837866edf2556a72544bd94358d25b72
treeb1a15d6c393f6edb21a2514a140764160902eb30
parent57d8316c4711d5413d95502434e8e9b1439932d7
irqchip: brcmstb-l2: Level-2 interrupts are edge sensitive

The driver was configuring the interrupt handler for the Level-2
interrupts to be "level" triggered while they are in fact "edge"
triggered. Fix this by using the correct handler.

Reported-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lkml.kernel.org/r/1402337102-19428-1-git-send-email-f.fainelli@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/irq-brcmstb-l2.c