Re: [PATCH] net: plip: fix break; causing plip to never transmit
From: Simon Horman
Date: Wed Oct 16 2024 - 10:17:36 EST
On Tue, Oct 15, 2024 at 05:16:04PM +0200, Jakub Boehm via B4 Relay wrote:
> From: Jakub Boehm <boehm.jakub@xxxxxxxxx>
>
> 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 <boehm.jakub@xxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>