diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/sata_sil24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c index 0ddfae9911cd..14261f393c67 100644 --- a/drivers/ata/sata_sil24.c +++ b/drivers/ata/sata_sil24.c | |||
@@ -888,7 +888,7 @@ static irqreturn_t sil24_interrupt(int irq, void *dev_instance) | |||
888 | if (status & (1 << i)) { | 888 | if (status & (1 << i)) { |
889 | struct ata_port *ap = host->ports[i]; | 889 | struct ata_port *ap = host->ports[i]; |
890 | if (ap && !(ap->flags & ATA_FLAG_DISABLED)) { | 890 | if (ap && !(ap->flags & ATA_FLAG_DISABLED)) { |
891 | sil24_host_intr(host->ports[i]); | 891 | sil24_host_intr(ap); |
892 | handled++; | 892 | handled++; |
893 | } else | 893 | } else |
894 | printk(KERN_ERR DRV_NAME | 894 | printk(KERN_ERR DRV_NAME |