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

[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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment