Re: [PATCH] iommu/riscv: Simplify maximum determination in riscv_iommu_init_check()
From: Paul Walmsley
Date: Thu Jan 15 2026 - 21:22:52 EST
On Fri, 28 Feb 2025, Markus Elfring wrote:
> From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
> Date: Fri, 28 Feb 2025 18:56:00 +0100
>
> Reduce nested max() calls by a single max3() call in this
> function implementation.
>
> This issue was detected by using the Coccinelle software.
>
> Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Thanks, queued for v6.20.
- Paul