]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ti-ads1015: remove unused enabled field
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Mon, 2 Feb 2026 11:25:57 +0000 (13:25 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 3 Mar 2026 21:20:02 +0000 (21:20 +0000)
commit0555e56f4c4b4b78191de7abf0ff6f8ab133a7c1
tree902a289a3c8bba96b732b309deb7dd458626ac49
parent726c1035ba1e6a09d75367d900525c77d654db27
iio: adc: ti-ads1015: remove unused enabled field

Remove unused enabled field from ads1015_channel_data
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/ti-ads1015.c