Changeset 1938b381 in mainline for uspace/drv/bus/usb/xhci/debug.c


Ignore:
Timestamp:
2018-09-29T15:28:01Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f7fe9e
Parents:
99170e0c
Message:

Use correct print format specifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/debug.c

    r99170e0c r1938b381  
    363363{
    364364#define EP_DUMP_DW(name)        usb_log_debug("\t" #name ":\t0x%x", XHCI_EP_##name(*ctx))
    365 #define EP_DUMP_QW(name)        usb_log_debug("\t" #name ":\t0x%llx", XHCI_EP_##name(*ctx))
     365#define EP_DUMP_QW(name)        usb_log_debug("\t" #name ":\t0x%" PRIx64, XHCI_EP_##name(*ctx))
    366366        EP_DUMP_DW(STATE);
    367367        EP_DUMP_DW(MULT);
Note: See TracChangeset for help on using the changeset viewer.