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:
@@ -64,7 +64,6 @@ int update_i8k(void) {
|
|||||||
NORM_ERR(
|
NORM_ERR(
|
||||||
"/proc/i8k doesn't exist! use insmod to make sure the kernel driver is "
|
"/proc/i8k doesn't exist! use insmod to make sure the kernel driver is "
|
||||||
"loaded...");
|
"loaded...");
|
||||||
clean_up_without_threads(nullptr, NULL);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user