Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] uvcvideo: annotate a switch fall through

Without annotations, gcc 7.1 will complain.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+1 -1
+1 -1
drivers/media/usb/uvc/uvc_video.c
··· 1323 1323 default: 1324 1324 uvc_printk(KERN_WARNING, "Non-zero status (%d) in video " 1325 1325 "completion handler.\n", urb->status); 1326 - 1326 + /* fall through */ 1327 1327 case -ENOENT: /* usb_kill_urb() called. */ 1328 1328 if (stream->frozen) 1329 1329 return;