kernel: handle find_next_bit()
commit1f7044fe5a158b38581592706c28bb49442f881c
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Mar 2013 17:53:52 +0000 (12 20:53 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Mar 2013 17:53:52 +0000 (12 20:53 +0300)
tree449e7a7e0651ca8a074bd4395c4b413e0403862f
parentab05fa072fa95f9889f9e086821675e0ec6858ac
kernel: handle find_next_bit()

The automatic value tracking doesn't work for find_next_bit() so I've done
it manually.  It seems like this function causes a lot of false positives
and hopefully this improves the situation.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_kernel.c