Changeset 3fb3099c in mainline for uspace/drv/uhci/transfer_list.c


Ignore:
Timestamp:
2011-01-28T17:34:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0535ee4
Parents:
0b68b7c
Message:

Fixed: Add pointer to enqueue debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/transfer_list.c

    r0b68b7c r3fb3099c  
    4646                instance->queue_head->element = (pa & LINK_POINTER_ADDRESS_MASK);
    4747        }
    48         uhci_print_info("Successfully added transfer to the hc queue.\n");
     48        uhci_print_info("Successfully added transfer to the hc queue %p.\n",
     49          instance);
    4950        return EOK;
    5051}
Note: See TracChangeset for help on using the changeset viewer.