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

Commit af3a8480 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] uvcvideo: annotate a switch fall through



Without annotations, gcc 7.1 will complain.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent ec33fbd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1323,7 +1323,7 @@ static void uvc_video_complete(struct urb *urb)
	default:
		uvc_printk(KERN_WARNING, "Non-zero status (%d) in video "
			"completion handler.\n", urb->status);

		/* fall through */
	case -ENOENT:		/* usb_kill_urb() called. */
		if (stream->frozen)
			return;