You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream has removed direct access to indio_dev->masklength.
Replace the for_each_set_bit loop with the
iio_for_each_active_channel() helper function and direct access
to indio_dev->masklength with iio_get_masklength() to align with this
change and to avoid warnings from the sparse checker.
Signed-off-by: Nuno Sá <[email protected]>
0 commit comments