devusb: print Hci.port as 64-bit uvlong

This commit is contained in:
cinap_lenrek 2020-06-06 15:12:50 +02:00
parent d4213dbce5
commit 6ae50ce330

View file

@ -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;