Merge tag 'qcom-defconfig-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / drivers / ata / sata_sil24.c
index 0534890f118a30e05ac1ed5fe1a113992892f534..d81b20ddb52736de9f9b7e15126382ebdeec2e37 100644 (file)
@@ -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;
        }