Changeset 3ccba14 in mainline


Ignore:
Timestamp:
2012-09-04T20:39:06Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1020918
Parents:
78ca12b
Message:

do not call async_data_write_finalize() in case of error, replace
it with async_answer()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_clock_dev.c

    r78ca12b r3ccba14  
    126126        if (!clock_dev_ops->time_set) {
    127127                /* The driver does not support the time_set() functionality */
    128                 async_data_write_finalize(cid, NULL, 0);
     128                async_answer_0(cid, ENOTSUP);
    129129                async_answer_0(callid, ENOTSUP);
    130130                return;
Note: See TracChangeset for help on using the changeset viewer.