[PATCH v1 0/2] thermal: intel: intel_soc_dts_iosf: Two cleanups

Rafael J. Wysocki posted 2 patches 2 years, 6 months ago
[PATCH v1 0/2] thermal: intel: intel_soc_dts_iosf: Two cleanups
Posted by Rafael J. Wysocki 2 years, 6 months ago
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!