Index: uspace/drv/bus/usb/uhcirh/port.c
===================================================================
--- uspace/drv/bus/usb/uhcirh/port.c	(revision 81716eb65927790775a090098b80690cb57378b6)
+++ uspace/drv/bus/usb/uhcirh/port.c	(revision 5e718d9aed53967d2f281b0c8f8826504a7a0cb1)
@@ -279,5 +279,5 @@
 	usb_log_info("%s: New device, address %d (handle %" PRIun ").\n",
 	    port->id_string, port->attached_device.address,
-	    port->attached_device.fun->handle);
+	    ddf_fun_get_handle(port->attached_device.fun));
 	return EOK;
 }
