Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[platform/kernel/linux-starfive.git] / drivers / platform / x86 / acerhdf.c
index 5c9293e..74bcb3d 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;