iio: adc: ad7266: don't set masklength
authorDavid Lechner <dlechner@baylibre.com>
Thu, 25 Apr 2024 15:03:27 +0000 (10:03 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 29 Apr 2024 19:53:24 +0000 (20:53 +0100)
commitef64a4ad8310620976bef97287285fa94799ccc0
tree3a5914ae2481840277209922cef1a92ad9ade15c
parent427298c632952709a33f3205d489ac496ae5b003
iio: adc: ad7266: don't set masklength

The masklength field is marked as [INTERN] and should not be set by
drivers, so remove the assignment in the ad7266 driver.

__iio_device_register() will populate this field with the correct value.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20240425-b4-iio-masklength-cleanup-v1-1-d3d16318274d@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7266.c