aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-08-04 17:32:50 +0800
committerGreg Kroah-Hartman <[email protected]>2023-08-04 14:48:55 +0200
commitf87ba66a2a1b2e1dc1c4ece51fa5db93c9cf1d43 (patch)
tree908ddbd4c996bcfdb81bc8578f678ffeab01139f /tools/perf/scripts/python
parent3024faf74de7ed7c0f6dc29bced4dbdbd2a1eade (diff)
USB: misc: 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions