PCI: Merge multi-line quoted strings
[deliverable/linux.git] / drivers / pci / hotplug / pciehp_hpc.c
index 9334fc76b9d18e86e0eb35abd0deaf337c899f37..42914e04d11070e4daefccc9eeb80d52a610b549 100644 (file)
@@ -174,12 +174,10 @@ static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask)
                         * event even though it supports none of power
                         * controller, attention led, power led and EMI.
                         */
-                       ctrl_dbg(ctrl, "Unexpected CMD_COMPLETED. Need to "
-                                "wait for command completed event.\n");
+                       ctrl_dbg(ctrl, "Unexpected CMD_COMPLETED. Need to wait for command completed event\n");
                        ctrl->no_cmd_complete = 0;
                } else {
-                       ctrl_dbg(ctrl, "Unexpected CMD_COMPLETED. Maybe "
-                                "the controller is broken.\n");
+                       ctrl_dbg(ctrl, "Unexpected CMD_COMPLETED. Maybe the controller is broken\n");
                }
        }
 
This page took 0.031685 seconds and 5 git commands to generate.