Merge updates of thermal drivers for Intel platforms for 6.6-rc1.
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 24 Aug 2023 17:54:17 +0000 (19:54 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 24 Aug 2023 17:54:17 +0000 (19:54 +0200)
commitd08122864e7d127d3481c97f9e8afda1371e116b
tree0ce71ff6054558a48c47ee9bb26d58aa740aa124
parentf96801f0cfcefc0a16b146596577c53c75ee9773
parentee188ee6ed3821ec20c1d3e8b7aacd844924b10b
Merge updates of thermal drivers for Intel platforms for 6.6-rc1.

These remove a redundant check from a driver's "remove" routine
and use module_platform_driver() to replace an open-coded version
of it in one driver.

* thermal-intel:
  thermal: intel: intel_soc_dts_iosf: Remove redundant check
  thermal: intel: int340x: simplify the code with module_platform_driver()