or_vs_and: silence some false positives
commitaaedaf5a0c5dff945217f666a90eb27c8595fc5c
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 9 Jan 2024 10:30:14 +0000 (9 13:30 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 9 Jan 2024 10:30:14 +0000 (9 13:30 +0300)
treee81566660a0942310b84da71a11006d2ce7fb912
parent86bb8694c31abf62c0c8e9808ce6a62c9f13a2b8
or_vs_and: silence some false positives

Sizeof(something) ends up being a literal.  So you'd think it would
"sizeof(foo)" it is "4" or whatever.  And then two literals happen to
be the same value and you end up with false positives.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
check_or_vs_and.c