git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afbe17
)
clk: Don't try to use a struct clk* after it could have been freed
author
Tomeu Vizoso
<tomeu.vizoso@collabora.com>
Tue, 2 Dec 2014 07:54:19 +0000
(08:54 +0100)
committer
Michael Turquette
<mturquette@linaro.org>
Wed, 3 Dec 2014 23:15:34 +0000
(15:15 -0800)
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: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Fixes:
fcb0ee6a3d33
("clk: Implement clk_unregister")
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/clk.c
patch
|
blob
|
history
diff --cc
drivers/clk/clk.c
Simple merge