ar71xx: Fix potentially missed IRQ handling during dispatch
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Wed, 11 Sep 2019 10:29:53 +0000 (12:29 +0200)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 13 Sep 2019 14:04:00 +0000 (16:04 +0200)
commite545808e8991ed16ce398709395bba56af6b666d
tree1b98e0d4ec845a0dc039a9d86ce96d69acf65394
parent59e42f9e3e51672e165d9120f297979459f139de
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.9/343-MIPS-ath79-Fix-potentially-missed-IRQ-handling-durin.patch [new file with mode: 0644]