Index: uspace/drv/uhci-hcd/pci.c
===================================================================
--- uspace/drv/uhci-hcd/pci.c	(revision 400575c58f6b62c46b8baaa757924a9033c50a83)
+++ uspace/drv/uhci-hcd/pci.c	(revision 17aca1c1f6f00b4b526e475b7eead4405501c16b)
@@ -117,5 +117,5 @@
 	rc = EOK;
 leave:
-	ipc_hangup(parent_phone);
+	async_hangup(parent_phone);
 
 	return rc;
