From: Fabian Frederick Date: Mon, 14 Jul 2014 16:30:54 +0000 (+0200) Subject: af_iucv: remove unnecessary break after goto X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=089b03227a503ba2c5a8174900e531764e54db0f;p=deliverable%2Flinux.git af_iucv: remove unnecessary break after goto Signed-off-by: Fabian Frederick Signed-off-by: David S. Miller --- diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c index 7a95fa4a3de1..d79f5fb695b8 100644 --- 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; } }