sata_vsc build fix
authorJeff Garzik <jgarzik@pobox.com>
Mon, 20 Feb 2006 10:21:14 +0000 (05:21 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 20 Feb 2006 10:21:14 +0000 (05:21 -0500)
drivers/scsi/sata_vsc.c

index 2d448e84889cfceed5810a6f0fbe502fc2e7f9dd..5845758e9a6919712135e3e6ff45e9f314df244b 100644 (file)
@@ -229,7 +229,7 @@ static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance,
                                qc = ata_qc_from_tag(ap, ap->active_tag);
                                if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
                                        handled += ata_host_intr(ap, qc);
-                               else {
+                               else {
                                        printk(KERN_DEBUG "%s: ignoring interrupt(s)\n", __FUNCTION__);
                                        ata_chk_status(ap);
                                        handled++;