Commit 8496baca authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Hans de Goede
Browse files

platform/x86: acerhdf: Remove unneeded semicolon

parent 91576aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,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;