diff options
author | Kuniyuki Iwashima <[email protected]> | 2023-08-11 17:57:27 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-14 07:06:14 +0100 |
commit | e263691773cd67d7c824eeee8b802f50c6e0c118 (patch) | |
tree | 38f5cc071c75fb501871cc62433adc699921900f /tools/perf/scripts/python/task-analyzer.py | |
parent | 39880bd808ad2ddfb9b7fee129568c3b814f0609 (diff) |
mptcp: Remove unnecessary test for __mptcp_init_sock()
__mptcp_init_sock() always returns 0 because mptcp_init_sock() used
to return the value directly.
But after commit 18b683bff89d ("mptcp: queue data for mptcp level
retransmission"), __mptcp_init_sock() need not return value anymore.
Let's remove the unnecessary test for __mptcp_init_sock() and make
it return void.
Signed-off-by: Kuniyuki Iwashima <[email protected]>
Reviewed-by: Matthieu Baerts <[email protected]>
Signed-off-by: Matthieu Baerts <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions