diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-01-04 17:33:54 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-02-12 22:14:57 +0000 |
commit | c78b1a4529122c8f26c5b25b88f01dc4800751a0 (patch) | |
tree | d1a8e3fef2545bcec262ddb03dd85384ae33405a | |
parent | cbc8e155c29643fa0d62159c2d3dee078ed6cc91 (diff) | |
download | illumos-joyent-c78b1a4529122c8f26c5b25b88f01dc4800751a0.tar.gz |
10344 xhci port capabilities warning is confusing
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Mike Zeller <mike.zeller@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/uts/common/io/usb/hcd/xhci/xhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |