Commit f99cf996 authored by Jakub Boehm's avatar Jakub Boehm Committed by Andrew Lunn
Browse files

net: plip: fix break; causing plip to never transmit



Since commit
  71ae2cb3 ("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 9525d69a ("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: 71ae2cb3 ("net: plip: Fix fall-through warnings for Clang")
Signed-off-by: default avatarJakub Boehm <boehm.jakub@gmail.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Message-ID: <20241015-net-plip-tx-fix-v1-1-32d8be1c7e0b@gmail.com>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
parent e4dd8bfe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment