Changeset ce33c10 in mainline for uspace/drv/bus/usb/ohci/ohci.c


Ignore:
Timestamp:
2013-09-21T01:21:15Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
57c8fc9
Parents:
4cf5b8e0
Message:

Minor fixes.

File:
1 edited

Legend:

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

    r4cf5b8e0 rce33c10  
    131131                hcd_ddf_clean_hc(device);
    132132                unregister_interrupt_handler(device, irq);
    133                 return ret;
     133                return ENOMEM;
    134134        }
    135135
Note: See TracChangeset for help on using the changeset viewer.