diff options
author | Ruan Jinjie <ruanjinjie@huawei.com> | 2023-08-04 16:21:01 +0800 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-08-07 16:56:57 +0300 |
commit | 849b1955ade1c647234d6fadeb70377d9def01ca (patch) | |
tree | b083ac629f1574f4f2a26f0dfd18af892e5b2b7e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 26b7d1a27167e7adf75b150755e05d2bc123ce55 (diff) |
RDMA: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.
Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Link: https://lore.kernel.org/r/20230804082102.3361961-1-ruanjinjie@huawei.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