Index: kernel/generic/src/ipc/ops/concttome.c
===================================================================
--- kernel/generic/src/ipc/ops/concttome.c	(revision e5a42504f366c20076dc505b2d70d174dfdbaf19)
+++ kernel/generic/src/ipc/ops/concttome.c	(revision 95a30824096771c7746ed932641426c7db8ddc13)
@@ -44,6 +44,11 @@
 	int phoneid = phone_alloc(TASK);
 
-	if (phoneid < 0) {  /* Failed to allocate phone */
+	if (phoneid < 0) {
 		IPC_SET_RETVAL(call->data, ELIMIT);
+		/*
+		 * This is a shortcut which bypasses the standard call
+		 * processing hooks. We are still playing it save here as
+		 * there is no state to be cleaned up at this stage.
+		 */
 		ipc_answer(box, call);
 		return -1;
