Re: [PATCH] iio: pressure: dlhl60d: make dlh_info_tbl const
From: David Lechner
Date: Sat Jun 28 2025 - 14:15:14 EST
On 6/28/25 1:00 PM, David Lechner wrote:
> Add const qualifier to struct dlh_info dlh_info_tbl[]. This is
> read-only data so it can be made const.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> ---
I got in too much of a hurry and missed that we can drop the chip info
array here. So skip ahead to v2 where that is done.