Index: uspace/drv/intctl/apic/apic.c
===================================================================
--- uspace/drv/intctl/apic/apic.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/intctl/apic/apic.c	(revision beb83c14fc69926ddb40d44bb96dc734b5d21545)
@@ -172,5 +172,5 @@
 	 * Answer the first IPC_M_CONNECT_ME_TO call.
 	 */
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	apic = (apic_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
