Changeset b5f813c in mainline for uspace/drv/bus/usb/ohci/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/ohci/hc.c
r2dbfe44 rb5f813c 271 271 assert(hcd); 272 272 assert(status); 273 hc_t *instance = hcd ->driver.data;273 hc_t *instance = hcd_get_driver_data(hcd); 274 274 assert(instance); 275 275 … … 290 290 { 291 291 assert(hcd); 292 hc_t *instance = hcd ->driver.data;292 hc_t *instance = hcd_get_driver_data(hcd); 293 293 assert(instance); 294 294 … … 330 330 { 331 331 assert(hcd); 332 hc_t *instance = hcd ->driver.data;332 hc_t *instance = hcd_get_driver_data(hcd); 333 333 status = OHCI_RD(status); 334 334 assert(instance);
Note:
See TracChangeset
for help on using the changeset viewer.