diff options
Diffstat (limited to 'drivers/ata/sata_sil24.c')
-rw-r--r-- | drivers/ata/sata_sil24.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c index 0534890f118a..d81b20ddb527 100644 --- a/drivers/ata/sata_sil24.c +++ b/drivers/ata/sata_sil24.c | |||
@@ -1154,8 +1154,8 @@ static irqreturn_t sil24_interrupt(int irq, void *dev_instance) | |||
1154 | status = readl(host_base + HOST_IRQ_STAT); | 1154 | status = readl(host_base + HOST_IRQ_STAT); |
1155 | 1155 | ||
1156 | if (status == 0xffffffff) { | 1156 | if (status == 0xffffffff) { |
1157 | printk(KERN_ERR DRV_NAME ": IRQ status == 0xffffffff, " | 1157 | dev_err(host->dev, "IRQ status == 0xffffffff, " |
1158 | "PCI fault or device removal?\n"); | 1158 | "PCI fault or device removal?\n"); |
1159 | goto out; | 1159 | goto out; |
1160 | } | 1160 | } |
1161 | 1161 | ||