Changeset dcef3669 in mainline for uspace/drv/uhci-hcd/transfer_list.c


Ignore:
Timestamp:
2011-02-04T14:52:41Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e4f6a7
Parents:
881c47b
Message:

debug output fix

File:
1 edited

Legend:

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

    r881c47b rdcef3669  
    9292                instance->queue_head->element = (pa & LINK_POINTER_ADDRESS_MASK);
    9393        }
    94         usb_log_debug("Successfully added transfer to the hc queue %S.\n",
     94        usb_log_debug("Successfully added transfer to the hc queue %s.\n",
    9595          instance->name);
    9696        return EOK;
Note: See TracChangeset for help on using the changeset viewer.