Thread (45 messages) 45 messages, 4 authors, 2024-07-06

Re: [PATCH 15/20] iio: adc: ad7298: make use of iio_get_masklength()

From: Alexandru Ardelean <hidden>
Date: 2024-07-03 06:41:35
Also in: chrome-platform, linux-iio

On Tue, Jul 2, 2024 at 7:03 PM Nuno Sa via B4 Relay
[off-list ref] wrote:
From: Nuno Sa <nuno.sa@analog.com>

Use iio_get_masklength() to access '.masklength' so it can be annotated
as __private when there are no more direct users of it.
Reviewed-by: Alexandru Ardelean <redacted>
quoted hunk ↗ jump to hunk
Signed-off-by: Nuno Sa <nuno.sa@analog.com>
---
 drivers/iio/adc/ad7298.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/iio/adc/ad7298.c b/drivers/iio/adc/ad7298.c
index c0430f71f592..0128436367db 100644
--- a/drivers/iio/adc/ad7298.c
+++ b/drivers/iio/adc/ad7298.c
@@ -109,7 +109,8 @@ static int ad7298_update_scan_mode(struct iio_dev *indio_dev,
        int scan_count;

        /* Now compute overall size */
-       scan_count = bitmap_weight(active_scan_mask, indio_dev->masklength);
+       scan_count = bitmap_weight(active_scan_mask,
+                                  iio_get_masklength(indio_dev));

        command = AD7298_WRITE | st->ext_ref;


--
2.45.2

  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help