Changeset e6211f8 in mainline


Ignore:
Timestamp:
2011-06-09T15:52:18Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
390d80d
Parents:
15e54f5
Message:

fix wrong comparator
(DDF should work again now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/devman.c

    r15e54f5 re6211f8  
    262262       
    263263        async_wait_for(req, &retval);
    264         if (retval != EOK) {
     264        if (retval == EOK) {
    265265                if (funh != NULL)
    266266                        *funh = (int) IPC_GET_ARG1(answer);
Note: See TracChangeset for help on using the changeset viewer.