]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: imu: bno055: make use of iio_get_masklength()
authorNuno Sa <nuno.sa@analog.com>
Thu, 18 Jul 2024 13:37:56 +0000 (15:37 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Aug 2024 09:13:40 +0000 (10:13 +0100)
Use iio_get_masklength() to access '.masklength' so it can be annotated
as __private when there are no more direct users of it.

Signed-off-by: Nuno Sa <nuno.sa@analog.com>
Link: https://patch.msgid.link/20240718-dev-iio-masklength-private2-v1-10-8e12cd042906@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/bno055/bno055.c

index 52744dd98e65b41630489affdc44ea65e82b192b..ea6519b22b2f34cccbfe259ac3c1edae1b524933 100644 (file)
@@ -1458,7 +1458,7 @@ static irqreturn_t bno055_trigger_handler(int irq, void *p)
         * then we split the transfer, skipping the gap.
         */
        for_each_set_bitrange(start, end, iio_dev->active_scan_mask,
-                             iio_dev->masklength) {
+                             iio_get_masklength(iio_dev)) {
                /*
                 * First transfer will start from the beginning of the first
                 * ones-field in the bitmap