Browse Source

[PATCH] libata: make irqtrap mode compile

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Alan Cox 19 years ago
parent
commit
23cfce8924
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/scsi/libata-core.c

+ 1 - 1
drivers/scsi/libata-core.c

@@ -4340,9 +4340,9 @@ idle_irq:
 
 #ifdef ATA_IRQ_TRAP
 	if ((ap->stats.idle_irq % 1000) == 0) {
-		handled = 1;
 		ata_irq_ack(ap, 0); /* debug trap */
 		printk(KERN_WARNING "ata%d: irq trap\n", ap->id);
+		return 1;
 	}
 #endif
 	return 0;	/* irq not handled */