treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / media / usb / cx231xx / cx231xx-video.c
index d9f953f2d0882923bfcba1246c532808ba93bc66..425e470b0fd354aa7ea3888557f342b7df0639b5 100644 (file)
@@ -996,7 +996,7 @@ void cx231xx_v4l2_create_entities(struct cx231xx *dev)
                        /* The DVB core will handle it */
                        if (dev->tuner_type == TUNER_ABSENT)
                                continue;
-                       /* fall through */
+                       fallthrough;
                default: /* just to shut up a gcc warning */
                        ent->function = MEDIA_ENT_F_CONN_RF;
                        break;