Index: uspace/lib/c/generic/io/console.c
===================================================================
--- uspace/lib/c/generic/io/console.c	(revision d63623f92e8437001fcbc1e4f07e8e87d5441222)
+++ uspace/lib/c/generic/io/console.c	(revision 4afb6c91df0d969238da3aab915a9e09020645bf)
@@ -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)));
