aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-08-04 17:32:53 +0800
committerGreg Kroah-Hartman <[email protected]>2023-08-04 14:48:56 +0200
commitb35935d66a3a25848519b9bffc1fca0b6b1004c5 (patch)
tree4bd980871ada0f6417ca1702167df5bdcda92940 /tools/perf/scripts/python
parent9de17578b912f39e818035a217efd82a98cd26a6 (diff)
USB: usbip: Remove an unnecessary NULL value
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