iio: light: isl76682: make isl76682_range_table const
authorDavid Lechner <dlechner@baylibre.com>
Sat, 28 Jun 2025 17:54:37 +0000 (12:54 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Jul 2025 14:36:23 +0000 (15:36 +0100)
commitd94fc241a948e6be476a07fea606bf9817df9628
tree98fff8582c548b6d8f6d5bc5b5170ef3fb47f5e7
parentbae712b66cbc315915567665849e4cdf347dbd0a
iio: light: isl76682: make isl76682_range_table const

Add const qualifier to struct isl76682_range isl76682_range_table[].
This is read-only data so it can be made const.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250628-iio-const-data-21-v1-1-2597d8eda30f@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/isl76682.c