Index: uspace/srv/devman/main.c
===================================================================
--- uspace/srv/devman/main.c	(revision 4c9b28a0175b27562b4707fefb3e2d52f22cd095)
+++ uspace/srv/devman/main.c	(revision 8e4a408d3222959baf54e62461fd1575e23f4fda)
@@ -116,9 +116,7 @@
 		
 		fwd_h = dev->pfun->handle;
-	} else if (dev->state == DEVICE_USABLE) {
+	} else {
 		/* Connect to the specified function */
 		driver = dev->drv;
-		assert(driver != NULL);
-		
 		fwd_h = handle;
 	}
