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: ad7768-1: remove unused mclk_div field

Remove unused mclk_div field from ad7768_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
1a993d56 c1de86da

-1
-1
drivers/iio/adc/ad7768-1.c
··· 309 309 unsigned int vcm_output_sel; 310 310 struct clk *mclk; 311 311 unsigned int mclk_freq; 312 - unsigned int mclk_div; 313 312 unsigned int oversampling_ratio; 314 313 enum ad7768_filter_type filter_type; 315 314 unsigned int samp_freq;