Message ID | 2709769.mvXUDI8C0e@kreacher |
---|---|
State | New |
Headers | show |
Series | [v1] thermal: trip: Remove lockdep assertion from for_each_thermal_trip() | expand |
Index: linux-pm/drivers/thermal/thermal_trip.c =================================================================== --- linux-pm.orig/drivers/thermal/thermal_trip.c +++ linux-pm/drivers/thermal/thermal_trip.c @@ -15,8 +15,6 @@ int for_each_thermal_trip(struct thermal { int i, ret; - lockdep_assert_held(&tz->lock); - for (i = 0; i < tz->num_trips; i++) { ret = cb(&tz->trips[i], data); if (ret)