diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c index 4201e535a8c8..320712a7b9ea 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c | |||
@@ -1384,7 +1384,7 @@ int ahci_pmp_retry_softreset(struct ata_link *link, unsigned int *class, | |||
1384 | if (rc == -EIO) { | 1384 | if (rc == -EIO) { |
1385 | irq_sts = readl(port_mmio + PORT_IRQ_STAT); | 1385 | irq_sts = readl(port_mmio + PORT_IRQ_STAT); |
1386 | if (irq_sts & PORT_IRQ_BAD_PMP) { | 1386 | if (irq_sts & PORT_IRQ_BAD_PMP) { |
1387 | ata_link_printk(link, KERN_WARNING, | 1387 | ata_link_warn(link, |
1388 | "applying PMP SRST workaround " | 1388 | "applying PMP SRST workaround " |
1389 | "and retrying\n"); | 1389 | "and retrying\n"); |
1390 | rc = ahci_do_softreset(link, class, 0, deadline, | 1390 | rc = ahci_do_softreset(link, class, 0, deadline, |