diff options
author | Christophe JAILLET <[email protected]> | 2023-06-11 22:44:13 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-06-22 11:14:24 -0700 |
commit | 1dacc49782e67d4316b46329e416c24473c0369c (patch) | |
tree | 441f4f947f2f711a3230354cf43b241ac8a5d984 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | ad667d626825383b626ad6ed38d6205618abb115 (diff) |
ice: Remove managed memory usage in ice_get_fw_log_cfg()
There is no need to use managed memory allocation here. The memory is
released at the end of the function.
Use kzalloc()/kfree() to simplify the code.
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Pavan Chebbi <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions