Changes in / [6c501f8:00a8f1b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified uspace/srv/devman/main.c

    r6c501f8 r00a8f1b  
    634634                                fibril_rwlock_read_unlock(&device_tree.rwlock);
    635635                                dev_del_ref(dev);
     636                                if (gone_rc == EOK)
     637                                        gone_rc = ENOTSUP;
     638                                async_answer_0(callid, gone_rc);
    636639                                return;
    637640                        }
Note: See TracChangeset for help on using the changeset viewer.