Changeset 4bfe063 in mainline for uspace/drv/bus/usb/usbhid/usbhid.c


Ignore:
Timestamp:
2012-12-16T18:57:09Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ddab093
Parents:
395bb79
Message:

usbhid: warnings are not errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/usbhid.c

    r395bb79 r4bfe063  
    485485            &hid_dev->report, buffer, buffer_size, &hid_dev->report_id);
    486486        if (rc != EOK) {
    487                 usb_log_warning("Error in usb_hid_parse_report():"
     487                usb_log_warning("Failure in usb_hid_parse_report():"
    488488                    "%s\n", str_error(rc));
    489489        }
Note: See TracChangeset for help on using the changeset viewer.