From: Nuno Sa Date: Thu, 18 Jul 2024 13:37:56 +0000 (+0200) Subject: iio: imu: bno055: make use of iio_get_masklength() X-Git-Tag: v6.12-rc1~39^2~37^2~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eec662e3742bac6c9d93f271853dbb415bea7e15;p=thirdparty%2Fkernel%2Flinux.git iio: imu: bno055: make use of iio_get_masklength() 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 Link: https://patch.msgid.link/20240718-dev-iio-masklength-private2-v1-10-8e12cd042906@analog.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/imu/bno055/bno055.c b/drivers/iio/imu/bno055/bno055.c index 52744dd98e65b..ea6519b22b2f3 100644 --- a/drivers/iio/imu/bno055/bno055.c +++ b/drivers/iio/imu/bno055/bno055.c @@ -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