Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 089b0322 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

af_iucv: remove unnecessary break after goto

parent d8282ea0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1103,7 +1103,6 @@ static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock,
		default:
			err = -EINVAL;
			goto out;
			break;
		}
	}