projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dec26f
)
slip: remove unnecessary break after goto
author
Fabian Frederick
<fabf@skynet.be>
Sat, 12 Jul 2014 18:09:48 +0000
(20:09 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 Jul 2014 06:45:25 +0000
(23:45 -0700)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/slip/slhc.c
patch
|
blob
|
history
diff --git
a/drivers/net/slip/slhc.c
b/drivers/net/slip/slhc.c
index 1252d9c726a77c4692e12ca095eff80d2a4097ad..079f7adfcde5ef0fe7bf4637712ef3ac738c2f1e 100644
(file)
--- a/
drivers/net/slip/slhc.c
+++ b/
drivers/net/slip/slhc.c
@@
-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 --