]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: uinput - switch to using for_each_set_bit()
authorAnshul Garg <aksgarg1989@gmail.com>
Thu, 9 Jul 2015 17:18:22 +0000 (10:18 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 9 Jul 2015 18:19:25 +0000 (11:19 -0700)
commitb6d30968d86c45a7bb599eaca13ff048d3fa576c
treef026fba2993fff9bba17f2584d6988957378271b
parent948cea14487af7d6e8b8007dc24a5361869f410b
Input: uinput - switch to using for_each_set_bit()

Use for_each_set_bit to check for set bits in bitmap
as it is more efficient and compact.

Signed-off-by: Anshul Garg <aksgarg1989@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/uinput.c