Index: uspace/lib/usb/src/port.c
===================================================================
--- uspace/lib/usb/src/port.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ uspace/lib/usb/src/port.c	(revision 04051b8e5d2e6bd22c9e8aa7234a2566ab0c944b)
@@ -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);
