Changeset 7941bd6 in mainline


Ignore:
Timestamp:
2011-05-19T07:24:27Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
293de44, 4fe3b6d, 74b1e40, d09f3720
Parents:
98d7550 (diff), 70c85320 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fix OHCI crash regression

File:
1 edited

Legend:

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

    r98d7550 r7941bd6  
    539539                endpoint_list_fini(&instance->lists[USB_TRANSFER_CONTROL]); \
    540540                endpoint_list_fini(&instance->lists[USB_TRANSFER_BULK]); \
     541                return ret; \
    541542        } \
    542         return ret; \
    543543} while (0)
    544544
Note: See TracChangeset for help on using the changeset viewer.