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

Commit 97037597 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Bartlomiej Zolnierkiewicz
Browse files

video: fbdev: arcfb: mark expected switch fall-through



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

Addresses-Coverity-ID: 115017 ("Missing break in switch")
Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Cc: Jaya Kumar <jayalk@intworks.biz>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent b19f682e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -419,6 +419,8 @@ static int arcfb_ioctl(struct fb_info *info,
			schedule();
			finish_wait(&arcfb_waitq, &wait);
		}
		/* fall through */

		case FBIO_GETCONTROL2:
		{
			unsigned char ctl2;