diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2024-12-05 11:58:22 +0000 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-12-17 13:17:25 +0000 |
commit | 0f35dc4bd50df4ad3c17a2c53cdccc4cdc5caa9e (patch) | |
tree | cb498bb90a45adebf8914aca2c81def4d6164a78 /tools/perf/scripts/python/stackcollapse.py | |
parent | 47dde1a077dcdcd5b9071983a11ec34cf302b943 (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