Ignore:
Timestamp:
2011-05-30T15:21:09Z (14 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4708657
Parents:
9843942 (diff), 0dd3e49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge with usb/development

File:
1 edited

Legend:

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

    r9843942 r0c07d70  
    328328                const usb_hid_report_t *report, uint8_t report_id,
    329329                usb_hid_report_type_t type) {
     330
     331        if(report == NULL) {
     332                return NULL;
     333        }
    330334
    331335        link_t *report_it = report->reports.next;
Note: See TracChangeset for help on using the changeset viewer.