diff options
author | Paul Gortmaker <[email protected]> | 2020-04-08 19:52:16 -0400 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-04-30 20:14:36 +0200 |
commit | 4bd30106ddb26d2304adc5bb7bd269825300440d (patch) | |
tree | 59489a808cdf07d4249cce98d80c883dc4626f7f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2ed6edd33a214bca02bd2b45e3fc3038a059436b (diff) |
perf/x86/intel/pt: Drop pointless NULL assignment.
Only a few lines below this removed line is this:
attrs = kzalloc(size, GFP_KERNEL);
and since there is no code path where this could be avoided, the
NULL assignment is a pointless relic of history and can be removed.
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions