mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
correct kernel doesn't detach error handling
This commit is contained in:
parent
c7b9c5599d
commit
370399f9f8
@ -163,7 +163,6 @@ static int usb_open(void *transport_config){
|
||||
r = libusb_detach_kernel_driver (handle, 0);
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "libusb_detach_kernel_driver error %d\n", r);
|
||||
goto close;
|
||||
usb_close();
|
||||
return r;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user