Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-block.git] / drivers / platform / x86 / acerhdf.c
index 5c9293e7eccb9ec142fc344f3293d567396b0d41..74bcb3d131042f9e19a80766b0109821ecb0a609 100644 (file)
@@ -340,7 +340,7 @@ static void acerhdf_check_param(struct thermal_zone_device *thermal)
                pr_err("fanoff temperature (%d) is above fanon temperature (%d), clamping to %d\n",
                       fanoff, fanon, fanon);
                fanoff = fanon;
-       };
+       }
 
        trips[0].temperature = fanon;
        trips[0].hysteresis  = fanon - fanoff;