diff options
author | Vaishali Thakkar <[email protected]> | 2015-08-19 11:52:19 +0530 |
---|---|---|
committer | Zhang Rui <[email protected]> | 2015-10-10 11:32:21 +0800 |
commit | a71544cd9373b879bbb40f55ce4d01556a4bc29e (patch) | |
tree | d6eb756f7fe2c4714c0f8ed9c6e61130f5dc584f /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) |
thermal: cpu_cooling: Remove usage of devm functions
In the function cpufreq_get_requested_power, the memory allocated
for load_cpu is live within the function only. And after the
allocation it is immediately freed with devm_kfree. There is no
need to allocate memory for load_cpu with devm function so replace
devm_kcalloc with kcalloc and devm_kfree with kfree.
Signed-off-by: Vaishali Thakkar <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Acked-by: Javi Merino <[email protected]>
Signed-off-by: Zhang Rui <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions