Changeset 8895d05 in mainline


Ignore:
Timestamp:
2011-09-22T21:47:01Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4979403, ac2c3f8f
Parents:
3019612
Message:

usbhub: Do not register in "hub" category as there is no such category

It is not needed and causes assertion fail.

File:
1 edited

Legend:

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

    r3019612 r8895d05  
    130130
    131131        opResult = ddf_fun_bind(hub_fun);
    132         assert(opResult == EOK);
    133         opResult = ddf_fun_add_to_category(hub_fun, "hub");
    134132        assert(opResult == EOK);
    135133
Note: See TracChangeset for help on using the changeset viewer.