Changeset 36795edf in mainline for uspace/drv/bus/usb/ehci/hc.c
- Timestamp:
- 2021-03-12T19:16:51Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a85d5c6
- Parents:
- 17fac946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hc.c
r17fac946 r36795edf 358 358 fibril_mutex_lock(&hc->guard); 359 359 360 usb_log_debug2("HC(%p): Scanning % lu pending endpoints", hc,360 usb_log_debug2("HC(%p): Scanning %zu pending endpoints", hc, 361 361 list_count(&hc->pending_endpoints)); 362 362 list_foreach_safe(hc->pending_endpoints, current, next) {
Note:
See TracChangeset
for help on using the changeset viewer.