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

Commit 3d238b9d authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Kalle Valo
Browse files

prism54: isl_ioctl: mark expected switch fall-through



In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent d22b8fad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1691,6 +1691,7 @@ static int prism54_get_encodeext(struct net_device *ndev,
	case DOT11_AUTH_BOTH:
	case DOT11_AUTH_SK:
		wrqu->encoding.flags |= IW_ENCODE_RESTRICTED;
		/* fall through */
	case DOT11_AUTH_OS:
	default:
		wrqu->encoding.flags |= IW_ENCODE_OPEN;