i8k: do not consider failing to open /proc/i8k fatal

this also fixes the segfault that would happen in the main loop after `clean_up_without_threads` (#945)
This commit is contained in:
bi4k8 2023-05-05 00:47:54 +00:00 committed by bi4k8
parent 804631f848
commit 48154e9805

View File

@ -64,7 +64,6 @@ int update_i8k(void) {
NORM_ERR(
"/proc/i8k doesn't exist! use insmod to make sure the kernel driver is "
"loaded...");
clean_up_without_threads(nullptr, NULL);
return 1;
}