Changeset 1f76b7d in mainline for uspace/drv/bus/usb/xhci/commands.c


Ignore:
Timestamp:
2017-10-02T19:17:05Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2b0ba3
Parents:
04df063
Message:

fix: unlock rather than deadlock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.c

    r04df063 r1f76b7d  
    8888                        break;
    8989        }
    90         fibril_mutex_lock(&cmd->completed_mtx);
     90        fibril_mutex_unlock(&cmd->completed_mtx);
    9191
    9292        return rv;
Note: See TracChangeset for help on using the changeset viewer.