mbox series

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

Message ID 12271935.O9o76ZdvQC@kreacher
Headers show
Series thermal: intel: intel_soc_dts_iosf: Two cleanups | expand

Message

Rafael J. Wysocki Aug. 9, 2023, 8:25 p.m. UTC
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!