|
@@ -1154,8 +1154,8 @@ static irqreturn_t sil24_interrupt(int irq, void *dev_instance)
|
|
|
status = readl(host_base + HOST_IRQ_STAT);
|
|
|
|
|
|
if (status == 0xffffffff) {
|
|
|
- printk(KERN_ERR DRV_NAME ": IRQ status == 0xffffffff, "
|
|
|
- "PCI fault or device removal?\n");
|
|
|
+ dev_err(host->dev, "IRQ status == 0xffffffff, "
|
|
|
+ "PCI fault or device removal?\n");
|
|
|
goto out;
|
|
|
}
|
|
|
|