]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ad7793: remove unused int_vref_mv field
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Mon, 2 Feb 2026 11:25:53 +0000 (13:25 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Mar 2026 21:20:02 +0000 (21:20 +0000)
commit1062f21ce1052eacee2714b9078e237470bcb973
treed49ba12b343ce649cbb304a7febbcee071377e2d
parent1a993d5686ffe6f9b6addea22301ece733897765
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>
drivers/iio/adc/ad7793.c