• Rafael J. Wysocki's avatar
    thermal: intel: int340x: Use zone lock for synchronization · 9e9b7e18
    Rafael J. Wysocki authored
    Because the ->get_trip_temp() and ->get_trip_type() thermal zone
    callbacks are only invoked from __thermal_zone_get_trip() which is
    always called by the thermal core under the zone lock, it is sufficient
    for int340x_thermal_update_trips() to acquire the zone lock for mutual
    exclusion with those callbacks.
    
    Accordingly, modify int340x_thermal_update_trips() to use the zone lock
    instead of the internal trip_mutex and drop the latter which is not
    necessary any more.
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    9e9b7e18
int340x_thermal_zone.h 1.44 KB