[PATCH v1 0/3] thermal: Use for_each_trip() in some places

Rafael J. Wysocki posted 3 patches 2 years ago
[PATCH v1 0/3] thermal: Use for_each_trip() in some places
Posted by Rafael J. Wysocki 2 years ago
Hi,

This series changes the code to use the for_each_trip() macro in a few
places instead of open-coded loops over trip indices.

Thanks!
Re: [PATCH v1 0/3] thermal: Use for_each_trip() in some places
Posted by Rafael J. Wysocki 2 years ago
On Mon, Dec 4, 2023 at 8:49 PM Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
>
> Hi,
>
> This series changes the code to use the for_each_trip() macro in a few
> places instead of open-coded loops over trip indices.

From the lack of comments I gather that the changes in this series are
fine with everyone, so I'm going to queue it up for 6.8.

Thanks!
Re: [PATCH v1 0/3] thermal: Use for_each_trip() in some places
Posted by Lukasz Luba 2 years ago
Hi Rafael,

On 12/12/23 18:59, Rafael J. Wysocki wrote:
> On Mon, Dec 4, 2023 at 8:49 PM Rafael J. Wysocki <rjw@rjwysocki.net> wrote:
>>
>> Hi,
>>
>> This series changes the code to use the for_each_trip() macro in a few
>> places instead of open-coded loops over trip indices.
> 
>  From the lack of comments I gather that the changes in this series are
> fine with everyone, so I'm going to queue it up for 6.8.
> 
> Thanks!
> 

Somehow I missed that series. Although, I've checked them today
and LGTM. So feel free to add my tag to thepatches if it's not too late:

Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>

Regards,
Lukasz