Loading
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>