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:
d8282ea
)
af_iucv: remove unnecessary break after goto
author
Fabian Frederick
<fabf@skynet.be>
Mon, 14 Jul 2014 16:30:54 +0000
(18:30 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 15 Jul 2014 23:27:00 +0000
(16:27 -0700)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/af_iucv.c
patch
|
blob
|
history
diff --git
a/net/iucv/af_iucv.c
b/net/iucv/af_iucv.c
index 7a95fa4a3de1e558a07485bd8f6dbb3b4dcf32b3..d79f5fb695b851d5be97cb16f81510eb223fce0c 100644
(file)
--- a/
net/iucv/af_iucv.c
+++ b/
net/iucv/af_iucv.c
@@
-1103,7
+1103,6
@@
static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
default:
err = -EINVAL;
goto out;
- break;
}
}