mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Specifically set the cancellable state for it to not be uninitialised in the usb transfer struct.
This commit is contained in:
parent
b52bb5c9e2
commit
c2c6987784
@ -2313,7 +2313,8 @@ static int usb_submit_transfer(struct usb_transfer *ut, struct libusb_transfer *
|
||||
ut->cancellable = true;
|
||||
INIT_LIST_HEAD(&ut->ct.list);
|
||||
list_add(&ct_list, &ut->ct.list);
|
||||
}
|
||||
} else
|
||||
ut->cancellable = false;;
|
||||
cg_wunlock(&cgusb_fd_lock);
|
||||
|
||||
return err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user