sata_vsc build fix
This commit is contained in:
@@ -229,7 +229,7 @@ static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance,
|
|||||||
qc = ata_qc_from_tag(ap, ap->active_tag);
|
qc = ata_qc_from_tag(ap, ap->active_tag);
|
||||||
if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
|
if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING)))
|
||||||
handled += ata_host_intr(ap, qc);
|
handled += ata_host_intr(ap, qc);
|
||||||
} else {
|
else {
|
||||||
printk(KERN_DEBUG "%s: ignoring interrupt(s)\n", __FUNCTION__);
|
printk(KERN_DEBUG "%s: ignoring interrupt(s)\n", __FUNCTION__);
|
||||||
ata_chk_status(ap);
|
ata_chk_status(ap);
|
||||||
handled++;
|
handled++;
|
||||||
|
Reference in New Issue
Block a user