ar71xx: Fix potentially missed IRQ handling during dispatch
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 11 Sep 2019 10:28:36 +0000 (12:28 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 13 Sep 2019 14:39:44 +0000 (16:39 +0200)
commitca3c7a88686ee57a35213dfc96489cf871ec83e2
tree9fd8bb22b484ee29342ec26e5b97e5e86108e39c
parent63c0a08d49b2c6f2dd87d09e134ff70d57540ee8
ar71xx: Fix potentially missed IRQ handling during dispatch

If both interrupts are set in the current implementation
only the 1st will be handled and the 2nd will be skipped
due to the "if else" condition.

Fix this by using the same approach as done for QCA955x
just below it.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
target/linux/generic/pending-4.14/343-MIPS-ath79-Fix-potentially-missed-IRQ-handling-durin.patch [new file with mode: 0644]