Changes in / [8060341a:15b794d] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/hc.c

    r8060341a r15b794d  
    6666        if (connection->ref_count == 0) {
    6767                /* Closing already closed connection... */
    68                 assert(connection->hc_sess = NULL);
     68                assert(connection->hc_sess == NULL);
    6969                fibril_mutex_unlock(&connection->guard);
    7070                return EOK;
Note: See TracChangeset for help on using the changeset viewer.