]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ade9000: remove unused AD9000_CHANNELS_PER_PHASE macro
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Fri, 27 Feb 2026 08:58:13 +0000 (12:58 +0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 28 Feb 2026 12:09:08 +0000 (12:09 +0000)
commitaac15061093d14b216179b66adfff4af53dd19ab
treeaa421164b6317ed7a1fd923973bb3d981adeafd8
parent82035b16c47e3f6378ddf6b3df8c2e220d3d2085
iio: adc: ade9000: remove unused AD9000_CHANNELS_PER_PHASE macro

Remove the AD9000_CHANNELS_PER_PHASE macro which is unused, has a
misspelled prefix (AD9000 instead of ADE9000), and has an incorrect
value (10 instead of 11, there are 33 total channels and 3 phases, so 11
per phase).

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ade9000.c