db/kernel.return_fixes: add debugfs_initialized
commit61770b215b35477be6136aeec0303e2c61a36d4f
authorDan Carpenter <error27@gmail.com>
Sat, 4 Mar 2023 09:37:12 +0000 (4 12:37 +0300)
committerDan Carpenter <error27@gmail.com>
Sat, 4 Mar 2023 09:37:12 +0000 (4 12:37 +0300)
tree2cb605eaa5dda794bc44ca782058323fc048d178
parent193726dcd6124509c272cc672861eca513fcd5d2
db/kernel.return_fixes: add debugfs_initialized

For some reason Smatch thinks that debugfs_initialized() always returns
false.  Instead of investigating, I'm just going to hard code the correct
values.  I am a bad person.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_data/db/kernel.return_fixes