Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: imu: bmi323: remove unused drdy_trigger_enabled

Remove unused drdy_trigger_enabled field from bmi323_data
struct. The field is declared but never accessed in the
driver.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
c1f9dea7 5c9ba5d8

-1
-1
drivers/iio/imu/bmi323/bmi323_core.c
··· 156 156 struct iio_mount_matrix orientation; 157 157 enum bmi323_irq_pin irq_pin; 158 158 struct iio_trigger *trig; 159 - bool drdy_trigger_enabled; 160 159 enum bmi323_state state; 161 160 s64 fifo_tstamp, old_fifo_tstamp; 162 161 u32 odrns[BMI323_SENSORS_CNT];