]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thermal: core: Drop tz field from struct thermal_instance
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Aug 2024 19:27:06 +0000 (21:27 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 23 Aug 2024 13:56:29 +0000 (15:56 +0200)
commite9654659fe3c5387f9eafa861d6cc2ad19dd3c5c
tree44aceb9d1abaeea2c83e56e3a1e61c01037d042e
parent24aad192c671720744a558d38c4033b4b36ba5f1
thermal: core: Drop tz field from struct thermal_instance

After recent changes, it is only used for printing a debug message
in __thermal_cdev_update() which arguably is not worth preserving.

Drop it along with the dev_dbg() statement using it.

Link: https://lore.kernel.org/linux-pm/4a8d8f5a-122d-4c26-b8d6-76a65e42216b@linaro.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/4934182.GXAFRqVoOG@rjwysocki.net
drivers/thermal/thermal_core.c
drivers/thermal/thermal_core.h
drivers/thermal/thermal_helpers.c