Re: [PATCH] iio: Mark iio_dev as const in getter methods

From: Jonathan Cameron
Date: Wed Mar 05 2025 - 07:56:28 EST


On Mon, 3 Mar 2025 15:46:25 +0100
Jorge Marques <jorge.marques@xxxxxxxxxx> wrote:

> get_current_scan_type read-only method allows to support multiple
> scan types per channel, which may also depend on a buffer enabled state.
> Mark iio_dev as const in iio_device_id, iio_device_get_current_mode,
> iio_buffer_enabled read-only methods so they can be used from other
> read-only methods.
>
> Signed-off-by: Jorge Marques <jorge.marques@xxxxxxxxxx>

Hi Jorge,

I'm not against this, but I would like to see this patch as part of
a series that uses it from a read-only method.

Until then this looks like noise unless there is other reasoning.

Thanks,

Jonathan