PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / hotplug / shpchp_pci.c
index 9202d133485ceb13e4ceb0ef78179a61cb161367..469454e0cc48d8eca080dc2f5035f87d83769f53 100644 (file)
@@ -46,9 +46,9 @@ int shpchp_configure_device(struct slot *p_slot)
 
        dev = pci_get_slot(parent, PCI_DEVFN(p_slot->device, 0));
        if (dev) {
-               ctrl_err(ctrl, "Device %s already exists "
-                        "at %04x:%02x:%02x, cannot hot-add\n", pci_name(dev),
-                        pci_domain_nr(parent), p_slot->bus, p_slot->device);
+               ctrl_err(ctrl, "Device %s already exists at %04x:%02x:%02x, cannot hot-add\n",
+                        pci_name(dev), pci_domain_nr(parent),
+                        p_slot->bus, p_slot->device);
                pci_dev_put(dev);
                ret = -EINVAL;
                goto out;
This page took 0.024632 seconds and 5 git commands to generate.