Index: uspace/lib/c/generic/io/console.c
===================================================================
--- uspace/lib/c/generic/io/console.c	(revision 695111767fafc5271a762ff1be8ac2bd6229f2d7)
+++ uspace/lib/c/generic/io/console.c	(revision 5de71dfb3bf8ce93e00d0e42a832ab431913b610)
@@ -290,6 +290,4 @@
 	exch = async_exchange_begin(ctrl->output_sess);
 	req = async_send_2(exch, CONSOLE_MAP, cols, rows, &answer);
-	if (rc != EOK)
-		goto error;
 
 	asize = PAGES2SIZE(SIZE2PAGES(cols * rows * sizeof(charfield_t)));
