diff options
| author | Kuninori Morimoto <[email protected]> | 2019-10-02 14:22:57 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-10-03 14:36:39 +0100 |
| commit | 50014499e6a45edd7ba1facf2133c03bbc7d8266 (patch) | |
| tree | eb7d42a7403c60244de909b45eb36607ceaa9aa6 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 0f23f718ecbc135866ac40db3424dd75f01c76ea (diff) | |
ASoC: soc-core: use devm_xxx for component related resource
dai / component related resources are created when component is
registered, and it will be freed when component was unregistered.
These resources are not re-used after that.
This means, we can use devm_xxx for dai / component, without
thinking about kfree().
This patch uses devm_xxx for these.
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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions