diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-06 15:12:50 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-06 15:12:50 +0200 |
commit | 6ae50ce3303c483b553767dbe422c67c3861abf4 (patch) | |
tree | f6751ea5ba29cadf8cdf8542032f3a1c97e32cb4 /sys/src/9/port/devusb.c | |
parent | d4213dbce5ae986f53dd415f189ab2ab0645b6d1 (diff) |
devusb: print Hci.port as 64-bit uvlong
Diffstat (limited to 'sys/src/9/port/devusb.c')
-rw-r--r-- | sys/src/9/port/devusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/devusb.c b/sys/src/9/port/devusb.c index 129cb325c..45e632e41 100644 --- a/sys/src/9/port/devusb.c +++ b/sys/src/9/port/devusb.c @@ -716,7 +716,7 @@ hciprobe(int cardno, int ctlrno) * modern machines have too many usb controllers to list on * the console. */ - dprint("#u/usb/ep%d.0: %s: port 0x%luX irq %d\n", + dprint("#u/usb/ep%d.0: %s: port 0x%lluX irq %d\n", epnb, hcitypes[cardno].type, hp->port, hp->irq); epnb++; return hp; |