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