Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52c31bd5 authored by Alexander Stein's avatar Alexander Stein Committed by Greg Kroah-Hartman
Browse files

xhci: Put warning message on a single line



This allows someone to grep for the complete warning message as in;
xhci-hcd xhci-hcd.0.auto: USB core suspending device not in U0/U1/U2.

Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: default avatarMathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e22caf8b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -990,8 +990,7 @@ int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
			temp = readl(port_array[wIndex]);
			if ((temp & PORT_PE) == 0 || (temp & PORT_RESET)
				|| (temp & PORT_PLS_MASK) >= XDEV_U3) {
				xhci_warn(xhci, "USB core suspending device "
					  "not in U0/U1/U2.\n");
				xhci_warn(xhci, "USB core suspending device not in U0/U1/U2.\n");
				goto error;
			}