commit | 279104e3ade92b38198fdaead9e84bd80057693a | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Mon Nov 23 15:36:50 2015 +0530 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Nov 30 13:00:54 2015 -0800 |
tree | 9abfbbc1e62f217ed17f0b8d9e441400c390f140 | |
parent | 0d2681e1f19162e5975b70edd0c2d1d256f38023 [diff] |
clk: qoriq: fix memory leak If get_pll_div() fails we exited by returning NULL but we missed releasing hwc. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Fixes: 0dfc86b3173f ("clk: qoriq: Move chip-specific knowledge into driver") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>