提交 af3a8480 编写于 作者: M Mauro Carvalho Chehab

[media] uvcvideo: annotate a switch fall through

Without annotations, gcc 7.1 will complain.
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册