Commit 9d4c90a9 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated function name

parent 73677567
...@@ -290,7 +290,9 @@ static irqreturn_t elphel_irq_handler(int irq, void * dev_instance) ...@@ -290,7 +290,9 @@ static irqreturn_t elphel_irq_handler(int irq, void * dev_instance)
dpriv->datascope.reg_stat[IRQ_COUNTER_SYS] = dpriv->datascope.reg_stat[IRQ_COUNTER_SYS] + 1; dpriv->datascope.reg_stat[IRQ_COUNTER_SYS] = dpriv->datascope.reg_stat[IRQ_COUNTER_SYS] + 1;
/* pass handling to AHCI level and then decide if the resource should be freed */ /* pass handling to AHCI level and then decide if the resource should be freed */
handled = ahci_single_irq_intr(irq, dev_instance); // Elphel, Rocko migration
//handled = ahci_single_irq_intr(irq, dev_instance);
handled = ahci_single_level_irq_intr(irq, dev_instance);
spin_lock_irqsave(&dpriv->flags_lock, irq_flags); spin_lock_irqsave(&dpriv->flags_lock, irq_flags);
if (is_cmdq_empty(dpriv)) { if (is_cmdq_empty(dpriv)) {
dpriv->flags &= ~DISK_BUSY; dpriv->flags &= ~DISK_BUSY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment