From: Tomeu Vizoso Date: Tue, 2 Dec 2014 07:54:19 +0000 (+0100) Subject: clk: Don't try to use a struct clk* after it could have been freed X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10cdfe54dab034311c8e2fad9ba2dffbe616caa9;p=pandora-kernel.git 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: Tomeu Vizoso Fixes: fcb0ee6a3d33 ("clk: Implement clk_unregister") Reviewed-by: Stephen Boyd Signed-off-by: Michael Turquette --- Reading git-diff-tree failed