db/fixup_kernel: delete bogus code
commit0194c35a7e3b5a063afbeb081502c24af5a9d7c7
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 26 Apr 2024 20:21:05 +0000 (26 23:21 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Fri, 26 Apr 2024 20:21:05 +0000 (26 23:21 +0300)
tree6f705f3ea0ff92c849f2c2cace1eb822cd7cd4b7
parent375ffc073fe048d190735a8a42b8cfbbeadc8a68
db/fixup_kernel: delete bogus code

There are a few things to note about this line:
1) Atin Bainada reported that I used the wrong quotes (double instead of
   single) so it causes a SQL error.  It's strange the it works on my
   system.
2) The line doesn't isn't required any more because of other improvements
   so now gfs2_ea_find() seems to be parsed correctly.
3) Also the type should have been updated from 101 to 501 so it doesn't do
   anything.

Since it isn't required then delete it.

Reported-by: Atin Bainada
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_data/db/fixup_kernel.sh