diff options
-rw-r--r-- | net/iucv/af_iucv.c | 1 |
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, | |||
1103 | default: | 1103 | default: |
1104 | err = -EINVAL; | 1104 | err = -EINVAL; |
1105 | goto out; | 1105 | goto out; |
1106 | break; | ||
1107 | } | 1106 | } |
1108 | } | 1107 | } |
1109 | 1108 | ||