Changeset 7013b14 in mainline for uspace/drv/ohci/endpoint_list.c
- Timestamp:
- 2011-04-13T14:19:12Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- d6522dd
- Parents:
- 9a6fde4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/endpoint_list.c
r9a6fde4 r7013b14 191 191 assert(hcd_ep); 192 192 assert(hcd_ep->ed); 193 assert(fibril_mutex_is_locked(&instance->guard)); 193 194 fibril_mutex_lock(&instance->guard); 194 195 195 196 usb_log_debug2( … … 218 219 /* Remove from the endpoint list */ 219 220 list_remove(&hcd_ep->link); 221 fibril_mutex_unlock(&instance->guard); 220 222 } 221 223 /**
Note: See TracChangeset
for help on using the changeset viewer.