summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2024-12-05 11:58:22 +0000
committerLee Jones <lee@kernel.org>2024-12-17 13:17:25 +0000
commit0f35dc4bd50df4ad3c17a2c53cdccc4cdc5caa9e (patch)
treecb498bb90a45adebf8914aca2c81def4d6164a78 /tools/perf/scripts/python/stackcollapse.py
parent47dde1a077dcdcd5b9071983a11ec34cf302b943 (diff)
mfd: cs42l43: Use devres for remove as well
Currently the device is powered down in the remove callback, however all other clean up is done through devres. The problem here is the MFD children are cleaned up through devres. As this happens after the remove callback has run, this leads to the incorrect ordering where the child remove functions run after the device has been powered down. Put the power down into devres as well such that everything runs in the expected order. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20241205115822.2371719-4-ckeepax@opensource.cirrus.com Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions