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

Re: [PATCH 13/20] iio: accel: stk8ba50: make use of iio_for_each_active_channel()

From: Alexandru Ardelean <hidden>
Date: 2024-07-03 06:27:25
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_for_each_active_channel() to iterate over active channels
accessing '.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/accel/stk8ba50.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/iio/accel/stk8ba50.c b/drivers/iio/accel/stk8ba50.c
index 6d3c7f444d21d..a32a77324e92d 100644
--- a/drivers/iio/accel/stk8ba50.c
+++ b/drivers/iio/accel/stk8ba50.c
@@ -330,8 +330,7 @@ static irqreturn_t stk8ba50_trigger_handler(int irq, void *p)
                        goto err;
                }
        } else {
-               for_each_set_bit(bit, indio_dev->active_scan_mask,
-                                indio_dev->masklength) {
+               iio_for_each_active_channel(indio_dev, bit) {
                        ret = stk8ba50_read_accel(data,
                                                  stk8ba50_channel_table[bit]);
                        if (ret < 0)

--
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