summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorHaoxiang Li <haoxiang_li2024@163.com>2026-06-22 17:16:20 +0800
committerMark Brown <broonie@kernel.org>2026-06-29 18:49:37 +0100
commit016f29997ebd29d6ab59c8162ce0e7f73bd1e517 (patch)
tree5b4df675c433e67d4279e67a5be4c4996ab04dba /tools/perf/scripts/python/flamegraph.py
parent3a89ddcf0c3d9a068631e8c24d5c9e81d1e6512a (diff)
AsoC: intel: sst: fix PCI device reference leak on probe failure
intel_sst_probe() takes a reference to the PCI device with pci_dev_get(). If sst_platform_get_resources() fails afterwards, the probe error path cleans up the driver context but does not drop the PCI device reference. Add a pci_dev_put() error path for failures after pci_dev_get(). Fixes: f533a035e4da ("ASoC: Intel: mrfld - create separate module for pci part") Cc: stable@vger.kernel.org Signed-off-by: Haoxiang Li <haoxiang_li2024@163.com> Link: https://patch.msgid.link/20260622091620.897478-1-haoxiang_li2024@163.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions