aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-07-14 18:30:54 +0200
committerDavid S. Miller <davem@davemloft.net>2014-07-15 16:27:00 -0700
commit089b03227a503ba2c5a8174900e531764e54db0f (patch)
tree54fa79db444e4a673b1f3636cc193c1d9747633a /net
parent9P: remove unnecessary break after return (diff)
downloadlinux-dev-089b03227a503ba2c5a8174900e531764e54db0f.tar.xz
linux-dev-089b03227a503ba2c5a8174900e531764e54db0f.zip
af_iucv: 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 'net')
-rw-r--r--net/iucv/af_iucv.c1
1 files changed, 0 insertions, 1 deletions
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;
}
}