kernel: add scsi cdrom support
[openwrt.git] / target / linux / lantiq / patches / 020-genirq_fix.patch
index 0503d0d..ebb369f 100644 (file)
@@ -1,12 +1,12 @@
 --- a/kernel/irq/chip.c
 +++ b/kernel/irq/chip.c
-@@ -650,6 +650,9 @@ handle_percpu_irq(unsigned int irq, stru
+@@ -678,6 +678,9 @@
  
        kstat_incr_irqs_this_cpu(irq, desc);
  
 +      if (unlikely(!desc->action || (desc->status & IRQ_DISABLED)))
 +              return;
 +
-       if (desc->chip->ack)
-               desc->chip->ack(irq);
+       if (desc->irq_data.chip->irq_ack)
+               desc->irq_data.chip->irq_ack(&desc->irq_data);
  
This page took 0.021858 seconds and 4 git commands to generate.