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: adc: nau7802: remove unused min_conversions field

Remove unused min_conversions field from nau7802_state
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
726c1035 d41114a7

-1
-1
drivers/iio/adc/nau7802.c
··· 55 55 struct mutex data_lock; 56 56 u32 vref_mv; 57 57 u32 conversion_count; 58 - u32 min_conversions; 59 58 u8 sample_rate; 60 59 u32 scale_avail[8]; 61 60 struct completion value_ok;