Changeset 5286a2c in mainline for uspace/drv/uhci/transfer_list.c


Ignore:
Timestamp:
2011-01-29T09:31:29Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67a1b78
Parents:
d956aa5
Message:

Reduced debug level and made times shorter

File:
1 edited

Legend:

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

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