Index: uspace/drv/uhci/main.c
===================================================================
--- uspace/drv/uhci/main.c	(revision d93ff502de7b748ddb03959bc2f8c02a8be151d7)
+++ uspace/drv/uhci/main.c	(revision 10f479aea3b1d739043e458f1cb0cb0e9fc4a20d)
@@ -59,7 +59,5 @@
 
 	// TODO: get this value out of pci driver
-	uhci_init(device, (void*)0xc020);
-
-	return EOK;
+	return uhci_init(device, (void*)0xc020);
 }
 
