mbox series

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

Message ID 5733564.DvuYhMxLoT@kreacher
Headers show
Series thermal: Use for_each_trip() in some places | expand

Message

Rafael J. Wysocki Dec. 4, 2023, 7:38 p.m. UTC
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!

Comments

Rafael J. Wysocki Dec. 12, 2023, 6:59 p.m. UTC | #1
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.
Lukasz Luba Dec. 13, 2023, 8:43 a.m. UTC | #2
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