Changeset 4172db4a in mainline for uspace/lib/usbhid/src/hidparser.c


Ignore:
Timestamp:
2018-01-25T02:05:57Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8277c0
Parents:
92a7b296
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-24 22:51:14)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-25 02:05:57)
Message:

usb: fix some simple errors clang scan found

File:
1 edited

Legend:

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

    r92a7b296 r4172db4a  
    424424
    425425        if (USB_HID_ITEM_FLAG_CONSTANT(item->item_flags)) {
    426                 ret = item->logical_minimum;
     426                return item->logical_minimum;
    427427        }
    428428
Note: See TracChangeset for help on using the changeset viewer.