[PATCH] clk: actions: Fix discarding const qualifier by 'container_of' macro

Stephen Boyd sboyd at kernel.org
Thu Nov 20 19:24:50 PST 2025


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 at google.com>
> ---

Applied to clk-next



More information about the linux-arm-kernel mailing list