iio: chemical: atlas-ezo-sensor: make atlas_ezo_devices const
authorDavid Lechner <dlechner@baylibre.com>
Sat, 28 Jun 2025 17:06:35 +0000 (12:06 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 6 Jul 2025 09:37:52 +0000 (10:37 +0100)
commit1e9e9669ff3dbc8029c71e189e8ca5d6cede9edf
treea6570ec937fdda72935337aa44e706f5c154d5af
parent9d531de209fd3d355dab8201fe2c47cfc465ecf0
iio: chemical: atlas-ezo-sensor: make atlas_ezo_devices const

Add const qualifier to struct atlas_ezo_device atlas_ezo_devices[]. 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-13-v1-1-2a7fd592a07c@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/chemical/atlas-ezo-sensor.c