Skip to content
Commit c8f14e2b authored by Yury Norov's avatar Yury Norov
Browse files

iio: fix opencoded for_each_set_bit()



iio_simple_dummy_trigger_h() is mostly an opencoded for_each_set_bit().
Using for_each_set_bit() make code much cleaner, and more effective.

Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
parent 3a351118
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment