Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hiddescriptor.c

    r0dd3e49 rebbe1e4  
    9191                usb_hid_report_t *report, usb_hid_report_path_t *cmp_path) {
    9292       
    93         link_t *path_it = report->collection_paths.prev->next;
     93        link_t *path_it = report->collection_paths.next;
    9494        usb_hid_report_path_t *path = NULL;
    9595       
     
    513513
    514514                                usb_hid_report_path_free(report_item->usage_path);
    515                                 list_initialize(&report_item->usage_path->link);
    516515                                list_remove (stack.next);
    517516                                       
Note: See TracChangeset for help on using the changeset viewer.