Re: [PATCH hotfix 6.11] minmax: reduce egregious min/max macro expansion

From: Andrew Lunn
Date: Wed Sep 11 2024 - 12:58:20 EST


> > I think that you can then also replace clamp_t() with clamp()
>
> The use of clamp_t() is to avoid egregious macro expansion in
> clamp(). After the series improving min/max the clamp() is probably
> equivalent. But in 5.15 it will likely not be. So this is, in line with the
> purpose of this change, I believe necesasry.

Maybe that should be in the commit message?

Andrew