summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLi Zhijian <lizhijian@fujitsu.com>2022-12-03 11:37:14 +0800
committerLeon Romanovsky <leon@kernel.org>2022-12-04 15:34:52 +0200
commit6978837ce42f8bea85041fc08c854f4e28852b3e (patch)
tree8bc72e90d5775476de55321e8361a245e1855401 /tools/perf/scripts/python/export-to-sqlite.py
parented461b30b22c8fa85c25189c14cb89f29595cd14 (diff)
RDMA/mlx5: no need to kfree NULL pointer
Goto label 'free' where it will kfree the 'in' is not needed though it's safe to kfree NULL. Return err code directly to simplify the code. 1973 free: 1974 kfree(in); 1975 return err; Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> Link: https://lore.kernel.org/r/20221203033714.25870-1-lizhijian@fujitsu.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions