Re: [PATCH] clk: actions: Fix discarding const qualifier by 'container_of' macro
From: Stephen Boyd
Date: Fri Nov 21 2025 - 00:20:57 EST
Quoting Adrian Barnaś (2025-10-28 08:20:11)
> Remove const qualifier from functions parameter because it was discarded
> when container_of was called. Received pointer had mutable access to
> it through received container.
>
> Signed-off-by: Adrian Barnaś <abarnas@xxxxxxxxxx>
> ---
Applied to clk-next