Changeset 3ca4ae9 in mainline for uspace/lib/usbhid/src/hidparser.c


Ignore:
Timestamp:
2017-12-20T15:51:07Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4547f11
Parents:
68a2fab2
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 15:46:56)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 15:51:07)
Message:

Fix error code mixing in usbhid.

File:
1 edited

Legend:

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

    r68a2fab2 r3ca4ae9  
    531531
    532532                        if (usb_hid_report_compare_usage_path(
    533                             field->collection_path, path, flags) == EOK) {
     533                            field->collection_path, path, flags) == 0) {
    534534                                usb_hid_report_remove_last_item(
    535535                                    field->collection_path);
Note: See TracChangeset for help on using the changeset viewer.