diff options
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); } } |