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: 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>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
3ec0a13a d07b24cc

-1
-1
drivers/iio/accel/adxl372.c
··· 295 295 u32 inact_time_ms; 296 296 u8 fifo_set_size; 297 297 unsigned long int1_bitmask; 298 - unsigned long int2_bitmask; 299 298 u16 watermark; 300 299 __be16 fifo_buf[ADXL372_FIFO_SIZE]; 301 300 bool peak_fifo_mode_en;