Comment 5 for bug 2061940

Revision history for this message
Ivan Hu (ivan.hu) wrote :

seems 6.6.x has this in addition for apply the "thermal: trip: Drop redundant trips check from for_each_thermal_trip()"

    thermal: core: Rework and rename __for_each_thermal_trip()

    Rework the currently unused __for_each_thermal_trip() to pass original
    pointers to struct thermal_trip objects to the callback, so it can be
    used for updating trip data (e.g. temperatures), rename it to
    for_each_thermal_trip() and make it available to modular drivers.

    Suggested-by: Daniel Lezcano <email address hidden>
    Signed-off-by: Rafael J. Wysocki <email address hidden>