1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/iio/imu/bmi323
Vasileios Amoiridis bedb2ccb56 iio: imu: bmi323: Fix trigger notification in case of error
In case of error in the bmi323_trigger_handler() function, the
function exits without calling the iio_trigger_notify_done()
which is responsible for informing the attached trigger that
the process is done and in case there is a .reenable(), to
call it.

Fixes: 8a636db3aa ("iio: imu: Add driver for BMI323 IMU")
Signed-off-by: Vasileios Amoiridis <vassilisamir@gmail.com>
Link: https://lore.kernel.org/r/20240508155407.139805-1-vassilisamir@gmail.com
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
2024-05-27 09:49:20 +01:00
..
bmi323.h iio: imu: Add driver for BMI323 IMU 2023-11-16 19:10:25 +00:00
bmi323_core.c iio: imu: bmi323: Fix trigger notification in case of error 2024-05-27 09:49:20 +01:00
bmi323_i2c.c iio: imu: bmi323: Add ACPI Match Table 2024-02-19 19:34:44 +00:00
bmi323_spi.c iio: imu: bmi323: Make the local structures static 2023-11-26 18:04:58 +00:00
Kconfig iio: imu: Add driver for BMI323 IMU 2023-11-16 19:10:25 +00:00
Makefile iio: imu: Add driver for BMI323 IMU 2023-11-16 19:10:25 +00:00