Ignore:
Timestamp:
2015-07-03T20:10:00Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
605db7f
Parents:
ce25903
Message:

ehci, usbhub: Fix formating errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/endpoint_list.c

    rce25903 r34c9cfc  
    6262
    6363        list_initialize(&instance->endpoint_list);
    64         usb_log_debug2("Transfer list %s setup with ED: %p(%x).\n",
     64        usb_log_debug2("Transfer list %s setup with ED: %p(%"PRIxn").\n",
    6565            name, instance->list_head, addr_to_phys(instance->list_head));
    6666
     
    124124                ep, instance->name, first, first->qh);
    125125        if (last_qh == instance->list_head) {
    126                 usb_log_debug2("%s head ED(%p-%x): %x:%x.\n",
     126                usb_log_debug2("%s head ED(%p-%"PRIxn"): %x:%x.\n",
    127127                    instance->name, last_qh, addr_to_phys(instance->list_head),
    128128                    last_qh->status, last_qh->horizontal);
Note: See TracChangeset for help on using the changeset viewer.