Changes in uspace/drv/bus/usb/usbmid/usbmid.c [feeac0d:56fd7cf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/usbmid.c
rfeeac0d r56fd7cf 135 135 } 136 136 137 list_foreach(match_ids.ids, link, match_id_t, match_id) { 137 list_foreach(match_ids.ids, link) { 138 match_id_t *match_id = list_get_instance(link, match_id_t, link); 138 139 rc = ddf_fun_add_match_id(child, match_id->id, match_id->score); 139 140 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.