[PATCH v3 0/4] iio: gyro: mpu3050: Multiple bug fixes
From: Ethan Tidmore
Date: Tue Feb 24 2026 - 17:52:58 EST
This series fixes 4 bugs:
- Patch 1: Fix free_irq() being called with wrong handler.
- Patch 2: Added missing free_irq() in an error path.
- Patch 3: Moved iio_device_register() to end of probe function, in
doing so had to implement correct error cleanups and place
iio_device_unregister in beginning of remove callback.
- Patch 4: free_irq() is after called iio_triggered_buffer_cleanup()
which breaks LIFO, place it before it.
I plan on doing a proper devm_ conversion of this driver, but went ahead
and did these fixes so they could be backported.
v3:
- Patch 1 & 2 remove unneeded code snippets.
- Patch 3 remove stray change and tidy up grammar.
- Patch 4 clarify patch purpose.
Ethan Tidmore (4):
iio: gyro: mpu3050: Fix incorrect free_irq() variable
iio: gyro: mpu3050: Fix irq resource leak
iio: gyro: mpu3050: Move iio_device_register() to correct location
iio: gyro: mpu3050: Fix out-of-sequence free_irq()
drivers/iio/gyro/mpu3050-core.c | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 deletions(-)
--
2.53.0