Index: uspace/lib/usbdev/src/hub.c
===================================================================
--- uspace/lib/usbdev/src/hub.c	(revision 1ab853969f4ab4bd3b894a43444959889f64873d)
+++ uspace/lib/usbdev/src/hub.c	(revision 356e688235645151ac193babd5d1468e1bb025cf)
@@ -229,5 +229,5 @@
 	 * above might use much of this time so we should only wait to fill
 	 * up the 100ms quota*/
-	const suseconds_t elapsed = tv_sub(&end_time, &start_time);
+	const suseconds_t elapsed = tv_sub_diff(&end_time, &start_time);
 	if (elapsed < 100000) {
 		async_usleep(100000 - elapsed);
