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: ad7793: remove unused int_vref_mv field

Remove unused int_vref_mv field from ad7793_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
1062f21c 1a993d56

-1
-1
drivers/iio/adc/ad7793.c
··· 152 152 153 153 struct ad7793_state { 154 154 const struct ad7793_chip_info *chip_info; 155 - u16 int_vref_mv; 156 155 u16 mode; 157 156 u16 conf; 158 157 u32 scale_avail[8][2];