Skip to content
Commit 10cdfe54 authored by Tomeu Vizoso's avatar Tomeu Vizoso Committed by Michael Turquette
Browse files

clk: Don't try to use a struct clk* after it could have been freed



As __clk_release could call kfree on clk and then we wouldn't have a safe way
of getting the module that owns the clock.

Signed-off-by: default avatarTomeu Vizoso <tomeu.vizoso@collabora.com>
Fixes: fcb0ee6a

 ("clk: Implement clk_unregister")
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent 4afbe176
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment