Skip to content

Commit 3ec0a13

Browse files
amiclausjic23
authored andcommitted
iio: accel: adxl372: remove unused int2_bitmask field
Remove unused int2_bitmask field from adxl372_state struct. The field is declared but never accessed in the driver. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent d07b24c commit 3ec0a13

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/iio/accel/adxl372.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ struct adxl372_state {
295295
u32 inact_time_ms;
296296
u8 fifo_set_size;
297297
unsigned long int1_bitmask;
298-
unsigned long int2_bitmask;
299298
u16 watermark;
300299
__be16 fifo_buf[ADXL372_FIFO_SIZE];
301300
bool peak_fifo_mode_en;

0 commit comments

Comments
 (0)