aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-08-02 12:00:26 +0800
committerPaolo Abeni <[email protected]>2023-08-03 15:29:37 +0200
commit3986892646de95b916f6bf1c22b35dd2a3b3715a (patch)
tree31a5e869224c25617143b0adec4e397b425a5522 /tools/perf/scripts/python/bin/stackcollapse-report
parent3cb6a338c3d4f5f60fed0a26a203ed2c208d189d (diff)
net/mlx4: Remove many 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 <[email protected]> Reviewed-by: Leon Romanovsky <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions