Changes in uspace/lib/usbdev/src/recognise.c [56fd7cf:feeac0d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/recognise.c
r56fd7cf rfeeac0d 383 383 goto failure; 384 384 385 list_foreach(match_ids.ids, id_link) { 386 match_id_t *match_id = list_get_instance(id_link, match_id_t, link); 385 list_foreach(match_ids.ids, link, match_id_t, match_id) { 387 386 rc = ddf_fun_add_match_id(child, match_id->id, match_id->score); 388 387 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.