Changeset 9c986d3 in mainline for uspace/drv/bus/usb/ohci/hc.c


Ignore:
Timestamp:
2011-12-09T22:08:25Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f5b4d44
Parents:
89128f3
Message:

ohci: Use ddf_dev_data_alloc instead of plain malloc.

Fix possible free failure (fun→driver_data).

File:
1 edited

Legend:

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

    r89128f3 r9c986d3  
    148148        return ret; \
    149149} else (void)0
     150
    150151        ret = usb_endpoint_manager_add_ep(
    151152            &instance->generic.ep_manager, instance->rh.address, 0,
Note: See TracChangeset for help on using the changeset viewer.