Changeset 3ccba14 in mainline
- Timestamp:
- 2012-09-04T20:39:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1020918
- Parents:
- 78ca12b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_clock_dev.c
r78ca12b r3ccba14 126 126 if (!clock_dev_ops->time_set) { 127 127 /* The driver does not support the time_set() functionality */ 128 async_ data_write_finalize(cid, NULL, 0);128 async_answer_0(cid, ENOTSUP); 129 129 async_answer_0(callid, ENOTSUP); 130 130 return;
Note:
See TracChangeset
for help on using the changeset viewer.