Skip to content
Commit fe170647 authored by Yury Norov's avatar Yury Norov Committed by Greg Kroah-Hartman
Browse files

bitops: protect find_first_{,zero}_bit properly

commit b7ec62d7

 upstream.

find_first_bit() and find_first_zero_bit() are not protected with
ifdefs as other functions in find.h. It causes build errors on some
platforms if CONFIG_GENERIC_FIND_FIRST_BIT is enabled.

Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
Fixes: 2cc7b6a4

 ("lib: add fast path for find_first_*_bit() and find_last_bit()")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Tested-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6ad2daa5
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