devusb: print Hci.port as 64-bit uvlong
This commit is contained in:
parent
d4213dbce5
commit
6ae50ce330
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ hciprobe(int cardno, int ctlrno)
|
||||||
* modern machines have too many usb controllers to list on
|
* modern machines have too many usb controllers to list on
|
||||||
* the console.
|
* 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, hcitypes[cardno].type, hp->port, hp->irq);
|
||||||
epnb++;
|
epnb++;
|
||||||
return hp;
|
return hp;
|
||||||
|
|
Loading…
Reference in a new issue