mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Trivial.
This commit is contained in:
parent
a8b39bcb7c
commit
56d830a216
3
main.c
3
main.c
@ -1759,8 +1759,7 @@ static void reinit_gputhread(int thr_id)
|
||||
clStates[thr_id] = initCl(gpu, name, sizeof(name));
|
||||
if (!clStates[thr_id]) {
|
||||
applog(LOG_ERR, "Failed to reinit GPU thread %d", thr_id);
|
||||
kill_work();
|
||||
return;
|
||||
goto failed_out;
|
||||
}
|
||||
applog(LOG_INFO, "initCl() finished. Found %s", name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user