Index: uspace/lib/drv/generic/remote_clock_dev.c
===================================================================
--- uspace/lib/drv/generic/remote_clock_dev.c	(revision 5572ad1c3704229589dd42f0c112449efb38c6d0)
+++ uspace/lib/drv/generic/remote_clock_dev.c	(revision 3ccba143f0e65b2bc3d74365b212d9d8c55bc2a8)
@@ -126,5 +126,5 @@
 	if (!clock_dev_ops->time_set) {
 		/* The driver does not support the time_set() functionality */
-		async_data_write_finalize(cid, NULL, 0);
+		async_answer_0(cid, ENOTSUP);
 		async_answer_0(callid, ENOTSUP);
 		return;
