iio: light: cm3232: make struct cm3232_als_info const
authorDavid Lechner <dlechner@baylibre.com>
Sat, 28 Jun 2025 17:52:31 +0000 (12:52 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Jul 2025 14:36:24 +0000 (15:36 +0100)
commit50df7043036957ba1584eb72fb45bb61e1ffbc15
tree163dd70bd1c594d4d3e8c75c1341440d3f885192
parent8f02a8d6a7bfcf742bf65202eee3b8a5fc1f374f
iio: light: cm3232: make struct cm3232_als_info const

Add const qualifier to struct cm3232_als_info. 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-20-v1-2-2bf90b03f9f1@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/cm3232.c