From 48154e9805b71bc842f08cefef3dd41d8437954f Mon Sep 17 00:00:00 2001 From: bi4k8 Date: Fri, 5 May 2023 00:47:54 +0000 Subject: [PATCH] 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) --- src/i8k.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i8k.cc b/src/i8k.cc index ef4b2c4d..41dd50b7 100644 --- a/src/i8k.cc +++ b/src/i8k.cc @@ -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; }