Index: uspace/drv/uhci/transfer_list.c
===================================================================
--- uspace/drv/uhci/transfer_list.c	(revision 0b68b7ca052a2be1e9c69dc280f58abafa6c6159)
+++ uspace/drv/uhci/transfer_list.c	(revision 3fb3099c2a2f44888c03bb3495c4edf984daf86b)
@@ -46,5 +46,6 @@
 		instance->queue_head->element = (pa & LINK_POINTER_ADDRESS_MASK);
 	}
-	uhci_print_info("Successfully added transfer to the hc queue.\n");
+	uhci_print_info("Successfully added transfer to the hc queue %p.\n",
+	  instance);
 	return EOK;
 }
