diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2006-02-20 05:21:14 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-20 05:21:14 -0500 |
commit | a5fd79ccd60b7c9cc0221dfaaa950933eff6af99 (patch) | |
tree | b227d75acaa3c3c45a82a0ee536a8723452e62ab /drivers/scsi/sata_vsc.c | |
parent | ff607748590fba14aecedb0d50edc4ada98d4302 (diff) |
sata_vsc build fix
Diffstat (limited to 'drivers/scsi/sata_vsc.c')
-rw-r--r-- | drivers/scsi/sata_vsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index 2d448e84889c..5845758e9a69 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
@@ -229,7 +229,7 @@ static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance, | |||
229 | qc = ata_qc_from_tag(ap, ap->active_tag); | 229 | qc = ata_qc_from_tag(ap, ap->active_tag); |
230 | if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) | 230 | if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) |
231 | handled += ata_host_intr(ap, qc); | 231 | handled += ata_host_intr(ap, qc); |
232 | } else { | 232 | else { |
233 | printk(KERN_DEBUG "%s: ignoring interrupt(s)\n", __FUNCTION__); | 233 | printk(KERN_DEBUG "%s: ignoring interrupt(s)\n", __FUNCTION__); |
234 | ata_chk_status(ap); | 234 | ata_chk_status(ap); |
235 | handled++; | 235 | handled++; |