diff options
| author | Sanjay Chitroda <sanjayembeddedse@gmail.com> | 2026-05-05 23:16:32 +0530 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2026-05-31 10:59:42 +0100 |
| commit | 0a6726ec20cd4c0101f2de0ca485a11676224dea (patch) | |
| tree | 362c8154d5f052f05469773f802b5517061e0180 /tools/perf/scripts/python | |
| parent | 5bdff291d20c31b365d9ddfe9c426fbfb41da5bb (diff) | |
iio: accel: mma8452: switch to non-devm request_threaded_irq()
Avoid using devm_request_threaded_irq() as the driver requires explicit
error-handling path(s). Using devm_* API together with goto-based
unwinding breaks the expected LIFO resource release model.
Add explicit IRQ cleanup in the driver teardown paths to follow kernel
resource management conventions.
Signed-off-by: Sanjay Chitroda <sanjayembeddedse@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
