Changeset b5f813c in mainline for uspace/drv/bus/usb/uhci/hc.c
- Timestamp:
- 2015-07-04T03:28:02Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 55346870
- Parents:
- 2dbfe44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r2dbfe44 rb5f813c 157 157 { 158 158 assert(hcd); 159 hc_t *instance = hcd ->driver.data;159 hc_t *instance = hcd_get_driver_data(hcd); 160 160 assert(instance); 161 161 /* Lower 2 bits are transaction error and transaction complete */ … … 412 412 assert(hcd); 413 413 assert(status); 414 hc_t *instance = hcd ->driver.data;414 hc_t *instance = hcd_get_driver_data(hcd); 415 415 assert(instance); 416 416 … … 435 435 { 436 436 assert(hcd); 437 hc_t *instance = hcd ->driver.data;437 hc_t *instance = hcd_get_driver_data(hcd); 438 438 assert(instance); 439 439 assert(batch);
Note:
See TracChangeset
for help on using the changeset viewer.