treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / staging / media / imx / imx-media-csi.c
index d92fd804488e907d5a29ea55a85ec576b294187b..21ebf77696964f4da12004df69947d44a8cae381 100644 (file)
@@ -488,7 +488,7 @@ static int csi_idmac_setup_channel(struct csi_priv *priv)
                        passthrough_cycles = incc->cycles;
                        break;
                }
-               /* fallthrough - non-passthrough RGB565 (CSI-2 bus) */
+               fallthrough;    /* non-passthrough RGB565 (CSI-2 bus) */
        default:
                burst_size = (image.pix.width & 0xf) ? 8 : 16;
                passthrough_bits = 16;