err_ptr_deref: silence impossible checks
commit3c37e612ee8e6387be61b44d892517bb532c6430
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 19 Feb 2024 09:25:57 +0000 (19 12:25 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 19 Feb 2024 09:25:57 +0000 (19 12:25 +0300)
tree8c695d793961888fef1c01d3e01a00a725c0cc42
parent007166ec82805bfad7618bd3f5cd57b499afb26c
err_ptr_deref: silence impossible checks

I think this was just a bandaid to cover over some other bugs.  Those
bugs are hopefully addressed now.  However, it can't really hurt to
silence these warnings.

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