Changeset cd1cec3b in mainline for uspace/drv/uhci-hcd/hc.c
- Timestamp:
- 2011-04-08T11:31:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fd3faf
- Parents:
- 6a32665d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/hc.c
r6a32665d rcd1cec3b 381 381 case USB_TRANSFER_INTERRUPT: 382 382 case USB_TRANSFER_ISOCHRONOUS: { 383 /*384 int ret = bandwidth_free(&instance->bandwidth,385 batch->target.address,386 batch->target.endpoint,387 batch->direction);388 if (ret != EOK)389 usb_log_warning("Failed(%d) to free "390 "reserved bw: %s.\n", ret,391 str_error(ret));392 */393 383 } 394 384 default: 395 385 break; 396 386 } 397 batch->next_step(batch);387 usb_transfer_batch_finish(batch); 398 388 } 399 389 }
Note:
See TracChangeset
for help on using the changeset viewer.