PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / hotplug / acpiphp_glue.c
index 75e178330215147d9ec30037ef7d785eb4dce217..772d8766338a2809b7060b781f581c892c46ea9a 100644 (file)
@@ -351,11 +351,9 @@ static acpi_status acpiphp_add_context(acpi_handle handle, u32 lvl, void *data,
                        slot->slot = NULL;
                        bridge->nr_slots--;
                        if (retval == -EBUSY)
-                               pr_warn("Slot %llu already registered by another "
-                                       "hotplug driver\n", sun);
+                               pr_warn("Slot %llu already registered by another hotplug driver\n", sun);
                        else
-                               pr_warn("acpiphp_register_hotplug_slot failed "
-                                       "(err code = 0x%x)\n", retval);
+                               pr_warn("acpiphp_register_hotplug_slot failed (err code = 0x%x)\n", retval);
                }
                /* Even if the slot registration fails, we can still use it. */
        }
This page took 0.043235 seconds and 5 git commands to generate.