Re: [PATCH 1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()

From: IBM

Date: Wed Aug 05 2026 - 21:25:07 EST


Thorsten Blum <thorsten.blum@xxxxxxxxx> writes:

> Replace min_t() with the simpler min() macro since the values are
> unsigned and compatible.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>

Looks good to me. Feel free to add:
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>