]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: accel: adxl345: make adxl345_events const
authorDavid Lechner <dlechner@baylibre.com>
Sat, 28 Jun 2025 15:56:20 +0000 (10:56 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 6 Jul 2025 09:37:51 +0000 (10:37 +0100)
commit31c3bed202dd9b20d1fda7bbde60c450b6c316a1
tree373603246d89758c8c402fb8d96079136d9247c1
parent47ae96104b16fa467f52feac8f2227915b5f0d04
iio: accel: adxl345: make adxl345_events const

Add const qualifier to struct iio_event_spec adxl345_events[]. 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-1-v1-1-a32d96d01c2f@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/adxl345_core.c