Browse Source

slip: remove unnecessary break after goto

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Fabian Frederick 11 years ago
parent
commit
8904120b52
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/slip/slhc.c

+ 0 - 1
drivers/net/slip/slhc.c

@@ -396,7 +396,6 @@ found:
 		   ntohs(cs->cs_ip.tot_len) == hlen)
 		   ntohs(cs->cs_ip.tot_len) == hlen)
 			break;
 			break;
 		goto uncompressed;
 		goto uncompressed;
-		break;
 	case SPECIAL_I:
 	case SPECIAL_I:
 	case SPECIAL_D:
 	case SPECIAL_D:
 		/* actual changes match one of our special case encodings --
 		/* actual changes match one of our special case encodings --