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: ad9467: remove unused output_mode field

Remove unused output_mode field from ad9467_state struct.
The field is declared but never accessed in the driver.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Reviewed-by: Tomas Melin <tomas.melin@vaisala.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
8c0af74e 1062f21c

-1
-1
drivers/iio/adc/ad9467.c
··· 176 176 struct clk *clk; 177 177 /* used for debugfs */ 178 178 struct ad9467_chan_test_mode *chan_test; 179 - unsigned int output_mode; 180 179 unsigned int (*scales)[2]; 181 180 /* 182 181 * Times 2 because we may also invert the signal polarity and run the