diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-01-04 17:33:54 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-01-04 18:17:38 +0000 |
commit | 6fb307ce14869b1c3684d0948a7844194c69b5bd (patch) | |
tree | 96cdd35ab6665a71b2a398dc11ca0069350120d8 /usr/src | |
parent | b93056a35d6d6d301f24bc6631fc57dd2c8992c4 (diff) | |
download | illumos-joyent-6fb307ce14869b1c3684d0948a7844194c69b5bd.tar.gz |
OS-7480 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>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src')
-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); } } |