Index: uspace/lib/usb/src/port.c
===================================================================
--- uspace/lib/usb/src/port.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ uspace/lib/usb/src/port.c	(revision fc0b2a8b439bd4294aa93f37af1e7fe305fbee77)
@@ -224,6 +224,6 @@
 		break;
 
-	/* We first have to stop the fibril in progress. */
 	case PORT_CONNECTING:
+		/* We first have to stop the fibril in progress. */
 		port->state = PORT_ERROR;
 		fibril_condvar_broadcast(&port->enabled_cv);
