aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2019-10-02 14:22:57 +0900
committerMark Brown <[email protected]>2019-10-03 14:36:39 +0100
commit50014499e6a45edd7ba1facf2133c03bbc7d8266 (patch)
treeeb7d42a7403c60244de909b45eb36607ceaa9aa6 /tools/perf/scripts/python/export-to-sqlite.py
parent0f23f718ecbc135866ac40db3424dd75f01c76ea (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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions