File saa716x_ff_cleanup_case_fall_through.diff of Package v4l-dvb-saa716x
diff --git a/drivers/media/pci/saa716x/saa716x_ff_main.c b/drivers/media/pci/saa716x/saa716x_ff_main.c
index eaeb6601cc050f..0a9749ef0307f1 100644
--- a/drivers/media/pci/saa716x/saa716x_ff_main.c
+++ b/drivers/media/pci/saa716x/saa716x_ff_main.c
@@ -844,7 +844,8 @@ static int do_dvb_video_ioctl(struct dvb_device *dvbdev,
spin_unlock(&sti7109->tsout.lock);
break;
}
- } /* fall through */
+ }
+ fallthrough;
case VIDEO_CLEAR_BUFFER:
{
/* reset FIFO 1 */