mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
slip: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7dec26f866
commit
8904120b52
@ -396,7 +396,6 @@ found:
|
||||
ntohs(cs->cs_ip.tot_len) == hlen)
|
||||
break;
|
||||
goto uncompressed;
|
||||
break;
|
||||
case SPECIAL_I:
|
||||
case SPECIAL_D:
|
||||
/* actual changes match one of our special case encodings --
|
||||
|
Loading…
Reference in New Issue
Block a user