1
0
Fork 0

af_iucv: remove unnecessary break after goto

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
wifi-calibration
Fabian Frederick 2014-07-14 18:30:54 +02:00 committed by David S. Miller
parent d8282ea05a
commit 089b03227a
1 changed files with 0 additions and 1 deletions

View File

@ -1103,7 +1103,6 @@ static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
default:
err = -EINVAL;
goto out;
break;
}
}