MIPS: c-r4k: Add r4k_on_each_cpu cache op type arg
[deliverable/linux.git] / drivers / ata / libahci.c
index a5d7c1c2a05ee26dc80a41d440357c4a7be96a20..71b07198e207d2577a8e52fe736f91f54b39a226 100644 (file)
@@ -2550,8 +2550,8 @@ int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht)
 
        if (hpriv->flags & (AHCI_HFLAG_MULTI_MSI | AHCI_HFLAG_MULTI_MSIX)) {
                if (hpriv->irq_handler)
-                       dev_warn(host->dev, "both AHCI_HFLAG_MULTI_MSI flag set \
-                                and custom irq handler implemented\n");
+                       dev_warn(host->dev,
+                                "both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented\n");
 
                rc = ahci_host_activate_multi_irqs(host, sht);
        } else {
This page took 0.048402 seconds and 5 git commands to generate.