Index: uspace/drv/bus/adb/cuda_adb/cuda_adb.c
===================================================================
--- uspace/drv/bus/adb/cuda_adb/cuda_adb.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/bus/adb/cuda_adb/cuda_adb.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -204,5 +204,5 @@
 
 	/* Answer the IPC_M_CONNECT_ME_TO call. */
-	async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label());
+	async_accept_0(icall);
 
 	while (true) {
Index: uspace/drv/hid/adb-kbd/adb-kbd.c
===================================================================
--- uspace/drv/hid/adb-kbd/adb-kbd.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/hid/adb-kbd/adb-kbd.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -199,5 +199,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);
 
 	kbd = (adb_kbd_t *)ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *)arg));
Index: uspace/drv/hid/adb-mouse/adb-mouse.c
===================================================================
--- uspace/drv/hid/adb-mouse/adb-mouse.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/hid/adb-mouse/adb-mouse.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -209,5 +209,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);
 
 	mouse = (adb_mouse_t *)ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *)arg));
Index: uspace/drv/intctl/apic/apic.c
===================================================================
--- uspace/drv/intctl/apic/apic.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/intctl/apic/apic.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -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));
Index: uspace/drv/intctl/i8259/i8259.c
===================================================================
--- uspace/drv/intctl/i8259/i8259.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/intctl/i8259/i8259.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -101,5 +101,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);
 
 	i8259 = (i8259_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
Index: uspace/drv/intctl/icp-ic/icp-ic.c
===================================================================
--- uspace/drv/intctl/icp-ic/icp-ic.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/intctl/icp-ic/icp-ic.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -77,5 +77,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);
 
 	icpic = (icpic_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
Index: uspace/drv/intctl/obio/obio.c
===================================================================
--- uspace/drv/intctl/obio/obio.c	(revision 676900501376128cbb87ed9ea866e1bfbb52a5db)
+++ uspace/drv/intctl/obio/obio.c	(revision dd500c26d08a5e01581111bd204d1724c4b2696a)
@@ -81,5 +81,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);
 
 	obio = (obio_t *) ddf_dev_data_get(ddf_fun_get_dev((ddf_fun_t *) arg));
