check_unwind: remove request_resource()
commit134ed964a772601f48ea3dc9b6bf1ea1e3254f2d
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 Sep 2020 12:49:58 +0000 (16 15:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 Sep 2020 12:49:58 +0000 (16 15:49 +0300)
tree4675ca1c6229a24e5f9fa71fbfddc9c8b3fa75ae
parent5b45e1312a890a7f873e1c4806d0778968463851
check_unwind: remove request_resource()

The request_resource() code is tricky to check so let's comment that
out for now.  See the comment.  The __request_resource() function is
only used in kernel/resource.c so it's not worth checking.

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