aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.4
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/patches-4.4')
-rw-r--r--target/linux/brcm63xx/patches-4.4/321-irqchip-add-support-for-bcm6345-style-external-inter.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/321-irqchip-add-support-for-bcm6345-style-external-inter.patch b/target/linux/brcm63xx/patches-4.4/321-irqchip-add-support-for-bcm6345-style-external-inter.patch
index 2271b66f0e..5c735c85fa 100644
--- a/target/linux/brcm63xx/patches-4.4/321-irqchip-add-support-for-bcm6345-style-external-inter.patch
+++ b/target/linux/brcm63xx/patches-4.4/321-irqchip-add-support-for-bcm6345-style-external-inter.patch
@@ -201,10 +201,10 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
+ break;
+
+ case IRQ_TYPE_EDGE_RISING:
++ sense = 1;
+ break;
+
+ case IRQ_TYPE_EDGE_FALLING:
-+ sense = 1;
+ break;
+
+ case IRQ_TYPE_LEVEL_HIGH: