]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/irqchip/qcom-pdc.c
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorri...
[linux.git] / drivers / irqchip / qcom-pdc.c
index b1b47a40a278686a7830e29e1c7c5c15b6c53b87..faa7d61b9d6c421ceaa4078d09e391bdec13e7f0 100644 (file)
@@ -124,6 +124,7 @@ static int qcom_pdc_gic_set_type(struct irq_data *d, unsigned int type)
                break;
        case IRQ_TYPE_EDGE_BOTH:
                pdc_type = PDC_EDGE_DUAL;
+               type = IRQ_TYPE_EDGE_RISING;
                break;
        case IRQ_TYPE_LEVEL_HIGH:
                pdc_type = PDC_LEVEL_HIGH;