From 23357bd3d16d9748066b935d7f7d916e40086f57 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Wed, 9 Nov 2011 15:57:15 +0000 Subject: [PATCH] Use correct USB dev_handle at close (name collision). - thanks to alan for debugging this --- src/hci_transport_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci_transport_usb.c b/src/hci_transport_usb.c index 578c2f865..3534bcc26 100644 --- a/src/hci_transport_usb.c +++ b/src/hci_transport_usb.c @@ -445,7 +445,7 @@ static int usb_open(void *transport_config){ return 0; } -static int usb_close(void *handle){ +static int usb_close(void *transport_config){ int c; // @TODO: remove all run loops!