PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / pcie / pme.c
index bbc3bdd2b189f8a91fa73fa8c8bca28b818359d9..82e06a86cd77b38ae99316e624b1cf72f26c7dd2 100644 (file)
@@ -199,8 +199,7 @@ static void pcie_pme_handle_request(struct pci_dev *port, u16 req_id)
                 * assuming that the PME was reported by a PCIe-PCI bridge that
                 * used devfn different from zero.
                 */
-               dev_dbg(&port->dev, "PME interrupt generated for "
-                       "non-existent device %02x:%02x.%d\n",
+               dev_dbg(&port->dev, "PME interrupt generated for non-existent device %02x:%02x.%d\n",
                        busnr, PCI_SLOT(devfn), PCI_FUNC(devfn));
                found = pcie_pme_from_pci_bridge(bus, 0);
        }
This page took 0.040731 seconds and 5 git commands to generate.