Files
linux/drivers/clk/actions
Adrian Barnaś 1749001151 clk: actions: Fix discarding const qualifier by 'container_of' macro
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@google.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2025-11-20 19:23:43 -08:00
..
2018-04-06 14:17:46 -07:00