bogus_loop: silence false positives when ARRAY_SIZE() is zero
commit491c6f313378a33a0e5fed9a3a03f90a31a922f5
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 3 Jul 2023 11:47:58 +0000 (3 14:47 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 3 Jul 2023 11:47:58 +0000 (3 14:47 +0300)
tree4b8d160f60fa39f3ee8383f1275d2b23d40ce07c
parent96ee99d2f050ba667fb15b5db10d53fa9be01af5
bogus_loop: silence false positives when ARRAY_SIZE() is zero

If ARRAY_SIZE() is zero then we don't want to enter the loop.  It is
intentional.

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