Changeset 6bf9bc4 in mainline for uspace/drv/uhci-hcd/hc.c
- Timestamp:
- 2011-04-04T20:12:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcaf819
- Parents:
- df40775 (diff), b6049d7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hc.c
rdf40775 r6bf9bc4 344 344 batch->target.endpoint, batch->direction, bw); 345 345 if (ret != EOK) { 346 usb_log_ warning("Failed(%d) to use reserved bw: %s.\n",346 usb_log_error("Failed(%d) to use reserved bw: %s.\n", 347 347 ret, str_error(ret)); 348 return ret; 348 349 } 349 350 }
Note:
See TracChangeset
for help on using the changeset viewer.