diff options
author | Krzysztof Kozlowski <[email protected]> | 2015-01-05 10:52:41 +0100 |
---|---|---|
committer | Michael Turquette <[email protected]> | 2015-01-17 13:52:41 -0800 |
commit | 27c76c43623fe835a2b652228363ed108373609d (patch) | |
tree | 6bac010e4a451d073e1d1d4070286fabede77cf2 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 4e3c021fb995bcbb5d1f814d00584cb80eb904a8 (diff) |
clk: exynos-audss: Fix memory leak on driver unbind or probe failure
The memory allocated by basic clock divider/gate/mux (struct clk_gate,
clk_divider and clk_mux) was leaking. During driver unbind or probe
failure the driver only unregistered the clocks.
Use clk_unregister_{gate,divider,mux} to release all resources.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Michael Turquette <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions