[PATCH v1 0/2] thermal: intel: intel_soc_dts_iosf: Two cleanups
From: Rafael J. Wysocki
Date: Wed Aug 09 2023 - 16:28:28 EST
Hi Folks,
This series cleans up the intel_soc_dts_iosf thermal driver.
Patch [1/2] is based on the observation that both the existing callers
of intel_soc_dts_iosf_init() pass 2 as the trip_count argument, so it
really is not necessary to pass that argument to it at all.
Patch [2/2] drops a symbol definition that is already present in a
header file included in the C file in question.
Thanks!