projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec33fbd
)
[media] uvcvideo: annotate a switch fall through
author
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 19 May 2017 12:06:07 +0000
(09:06 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 19 May 2017 12:06:07 +0000
(09:06 -0300)
Without annotations, gcc 7.1 will complain.
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/usb/uvc/uvc_video.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/uvc/uvc_video.c
b/drivers/media/usb/uvc/uvc_video.c
index a29f39d4e05bc2703a3d52d179e9c40e94b85fae..fb86d6af398d305a123be15e1b4c574888d1354c 100644
(file)
--- a/
drivers/media/usb/uvc/uvc_video.c
+++ b/
drivers/media/usb/uvc/uvc_video.c
@@
-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;