diff options
author | Kuninori Morimoto <[email protected]> | 2022-09-08 02:45:12 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-09-08 11:39:39 +0100 |
commit | 6ef8443fb1ced148417d830894240a097ba79a03 (patch) | |
tree | 1c7f6419d9f99dd54759fe0e8e37e43c53fe054e /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | e0d38f88e977e7fb6a8aa4d4f31720b1c9b7817e (diff) |
ASoC: soc-dapm.c: add comment for kzalloc()/kfree() on snd_soc_dai_link_event_pre_pmu()
snd_soc_dai_link_event_pre_pmu() is using kzalloc()/kfree() for params.
It looks we don't need to use these, but are necessary.
But, it is difficult to know why it is necessary without any comments.
This patch adds the reasons via comment.
Link: https://lore.kernel.org/all/[email protected]/
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions