free_strict: remove kref_put()
commit32a03c78bb6d85d99f67a078c4c87acfe246b430
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 26 Oct 2023 14:32:16 +0000 (26 17:32 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Thu, 26 Oct 2023 14:32:16 +0000 (26 17:32 +0300)
treef9de19ea1f71e9f84b683aa33f86c88501b2dd58
parentc6d67de6ba47c714fba4bacdfd0cca54530dd035
free_strict: remove kref_put()

The kref_put() function is handled much better in check_kernel.c where we
actually look at what the free function does.

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