Index: uspace/drv/uhci-rhd/port.c
===================================================================
--- uspace/drv/uhci-rhd/port.c	(revision dd455b1a7cea220c7a6dbf1a048e84abd0b19ac1)
+++ uspace/drv/uhci-rhd/port.c	(revision 881c47b89a3f49cc8b416bd912851b33fcce20cb)
@@ -215,6 +215,8 @@
 		port->number, usb_address, port->attached_device);
 
-	/* TODO: bind the address here */
-	ret = usb_drv_bind_address(port->hc_phone, usb_address, port->attached_device);
+	ret =
+	  usb_drv_bind_address(port->hc_phone, usb_address, port->attached_device);
+	// TODO: proper error check here
+	assert(ret == EOK);
 
 	return EOK;
