Ignore:
Timestamp:
2011-11-07T12:07:49Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45e7868
Parents:
bcf54ac
Message:

usbhid: Unbind error handling.

File:
1 edited

Legend:

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

    rbcf54ac ra0c05e7  
    179179                return;
    180180
    181         const int ret = ddf_fun_unbind(fun);
    182         if (ret != EOK) {
     181        if (ddf_fun_unbind(fun) != EOK) {
    183182                usb_log_error("Failed to unbind generic hid fun.\n");
    184183                return;
Note: See TracChangeset for help on using the changeset viewer.