kernel,math: handle the __ffs() function
commit41772448ec2fd7de32d1c6b7466b6c09d91ad079
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 2 Nov 2020 09:35:02 +0000 (2 12:35 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 2 Nov 2020 09:35:02 +0000 (2 12:35 +0300)
tree4648dc0b0e418df40f863e1148f65402ff0d750a
parenta81c77d01e58c555ec6c153a694303b45a531096
kernel,math: handle the __ffs() function

The kernel __ffs() works the same as __builtin_ffs() (I hope).

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