* [PATCH] iio: pressure: dlhl60d: make dlh_info_tbl const
@ 2025-06-28 18:00 David Lechner
2025-06-28 18:15 ` David Lechner
0 siblings, 1 reply; 2+ messages in thread
From: David Lechner @ 2025-06-28 18:00 UTC (permalink / raw)
To: Jonathan Cameron, Nuno Sá, Andy Shevchenko
Cc: linux-iio, linux-kernel, David Lechner
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@baylibre.com>
---
drivers/iio/pressure/dlhl60d.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/pressure/dlhl60d.c b/drivers/iio/pressure/dlhl60d.c
index 48afe5c94000b44eb324d7631f3c0db8e3d0079e..1c39b873cecb24c6273720852bb13cf5ce15e518 100644
--- a/drivers/iio/pressure/dlhl60d.c
+++ b/drivers/iio/pressure/dlhl60d.c
@@ -50,7 +50,7 @@ struct dlh_state {
u8 rx_buf[DLH_NUM_READ_BYTES];
};
-static struct dlh_info dlh_info_tbl[] = {
+static const struct dlh_info dlh_info_tbl[] = {
[dlhl60d] = {
.osdig = 2,
.fss = 120,
---
base-commit: 14071b9cf2d751ff9bc8b5e43fa94fbf08aceea1
change-id: 20250628-iio-const-data-24-4ace82a87bfd
Best regards,
--
David Lechner <dlechner@baylibre.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] iio: pressure: dlhl60d: make dlh_info_tbl const
2025-06-28 18:00 [PATCH] iio: pressure: dlhl60d: make dlh_info_tbl const David Lechner
@ 2025-06-28 18:15 ` David Lechner
0 siblings, 0 replies; 2+ messages in thread
From: David Lechner @ 2025-06-28 18:15 UTC (permalink / raw)
To: Jonathan Cameron, Nuno Sá, Andy Shevchenko; +Cc: linux-iio, linux-kernel
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@baylibre.com>
> ---
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-28 18:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-28 18:00 [PATCH] iio: pressure: dlhl60d: make dlh_info_tbl const David Lechner
2025-06-28 18:15 ` David Lechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®