Skip to content

Commit

Permalink
sata_vsc build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Feb 20, 2006
1 parent ff60774 commit a5fd79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/sata_vsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit a5fd79c

Please sign in to comment.