Index: uspace/app/usbinfo/info.c
===================================================================
--- uspace/app/usbinfo/info.c	(revision a12917ef3cf1c2142497999a3f05f75ed4126483)
+++ uspace/app/usbinfo/info.c	(revision 53338bda98807fedcb5b4a4ee04c9e6e2ee1813d)
@@ -141,5 +141,5 @@
 leave:
 	/* Ignoring errors here. */
-	ipc_hangup(hc_phone);
+	async_hangup(hc_phone);
 	usb_endpoint_pipe_end_session(&ctrl_pipe);
 
