diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2024-11-08 16:02:00 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-11-11 19:05:14 -0800 |
commit | d1a16dbbd84e02d2a6dcfcb8d5c4b8b2c0289f00 (patch) | |
tree | 4653a1931989b8007ccf26c64d85b951701df0b5 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f0f46c2a3d8ea9d1427298c8103a777d9e616c29 (diff) |
net: phylink: remove switch() statement in resolve handling
The switch() statement doesn't sit very well with the preceeding if()
statements, so let's just convert everything to if()s. As a result of
the two preceding commits, there is now only one case in the switch()
statement. Remove the switch statement and reduce the code indentation.
Code reformatting will be in the following commit.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1t9RQu-002Fez-AA@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions