diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-12-18 20:26:47 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-12-28 14:20:16 +0100 |
commit | 33fcb595dc14678717274c270d02c7d7e0a3c404 (patch) | |
tree | 5b3ac07ee6b600f0330bbaef21a65bec5a9dc940 /scripts/gdb/linux/utils.py | |
parent | 4e814173a8c4f432fd068b1c796f0416328c9d99 (diff) |
thermal: core: Initialize poll_queue in thermal_zone_device_init()
In preparation for a subsequent change, move the initialization of the
poll_queue delayed work from thermal_zone_device_register_with_trips()
to thermal_zone_device_init() which is called by the former.
However, because thermal_zone_device_init() is also called by
thermal_pm_notify(), make the latter call cancel_delayed_work() on
poll_queue before invoking the former, so as to allow the work
item to be re-initialized safely.
Also move thermal_zone_device_check() which needs to be defined
before thermal_zone_device_init(), so the latter can pass it to the
INIT_DELAYED_WORK() macro.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions