diff options
author | Jakub Boehm <[email protected]> | 2024-10-15 17:16:04 +0200 |
---|---|---|
committer | Andrew Lunn <[email protected]> | 2024-10-19 16:06:55 -0500 |
commit | f99cf996ba5a315f8b9f13cc21dff0604a0eb749 (patch) | |
tree | 491b7d893ed1aa6a962d96cbbfbfd1c8e7a17946 /tools/perf/scripts/python/gecko.py | |
parent | e4dd8bfe0f6a23acd305f9b892c00899089bd621 (diff) |
net: plip: fix break; causing plip to never transmit
Since commit
71ae2cb30531 ("net: plip: Fix fall-through warnings for Clang")
plip was not able to send any packets, this patch replaces one
unintended break; with fallthrough; which was originally missed by
commit 9525d69a3667 ("net: plip: mark expected switch fall-throughs").
I have verified with a real hardware PLIP connection that everything
works once again after applying this patch.
Fixes: 71ae2cb30531 ("net: plip: Fix fall-through warnings for Clang")
Signed-off-by: Jakub Boehm <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions