aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slip
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-07-12 14:09:48 -0400
committerDavid S. Miller <davem@davemloft.net>2014-07-14 02:45:25 -0400
commit8904120b52e0ca35597ca743bb67db5d273ecd2c (patch)
tree652903d3d83d9498050d8ff0ef5b820b05be50aa /drivers/net/slip
parent7dec26f866f5ac43ee0672cb971c2f8f79f3a207 (diff)
slip: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/slip')
-rw-r--r--drivers/net/slip/slhc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/slip/slhc.c b/drivers/net/slip/slhc.c
index 1252d9c726a7..079f7adfcde5 100644
--- a/drivers/net/slip/slhc.c
+++ b/drivers/net/slip/slhc.c
@@ -396,7 +396,6 @@ found:
396 ntohs(cs->cs_ip.tot_len) == hlen) 396 ntohs(cs->cs_ip.tot_len) == hlen)
397 break; 397 break;
398 goto uncompressed; 398 goto uncompressed;
399 break;
400 case SPECIAL_I: 399 case SPECIAL_I:
401 case SPECIAL_D: 400 case SPECIAL_D:
402 /* actual changes match one of our special case encodings -- 401 /* actual changes match one of our special case encodings --