From c78b1a4529122c8f26c5b25b88f01dc4800751a0 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Fri, 4 Jan 2019 17:33:54 +0000 Subject: 10344 xhci port capabilities warning is confusing Reviewed by: Jason King Reviewed by: Jerry Jelinek Reviewed by: Mike Zeller Reviewed by: Toomas Soome Reviewed by: Gergő Mihály Doma Approved by: Dan McDonald MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/src/uts/common/io/usb/hcd/xhci/xhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src') diff --git a/usr/src/uts/common/io/usb/hcd/xhci/xhci.c b/usr/src/uts/common/io/usb/hcd/xhci/xhci.c index eabdd4fd9e..d404ea1d18 100644 --- a/usr/src/uts/common/io/usb/hcd/xhci/xhci.c +++ b/usr/src/uts/common/io/usb/hcd/xhci/xhci.c @@ -10,7 +10,7 @@ */ /* - * Copyright (c) 2018, Joyent, Inc. + * Copyright (c) 2019, Joyent, Inc. */ /* @@ -1485,7 +1485,7 @@ xhci_port_count(xhci_t *xhcip) fusb2 = first; } else { xhci_error(xhcip, "encountered port capabilities with " - "unknown major USB version: %d\n", rvers); + "unknown USB version: %x.%x\n", maj, min); } } -- cgit v1.2.3