]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: adc: ad7944: remove unused parameter
authorDavid Lechner <dlechner@baylibre.com>
Fri, 24 May 2024 20:38:04 +0000 (15:38 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 4 Jun 2024 18:53:07 +0000 (19:53 +0100)
commit33c33a961ba659b2001d461395e4a95d6d30673f
tree43e5188dfc16bb843eb1db160277d04e68a5fc98
parent28cf9cbe68298c64857974bca394f150b9e57b60
iio: adc: ad7944: remove unused parameter

In the ad7944 driver, the ad7944_convert_and_acquire() had an unused
`chan` parameter. This patch removes the parameter.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20240524-iio-ad7944-remove-unused-parameter-v1-1-fd824d7122a0@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7944.c