treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / mmc / host / renesas_sdhi_core.c
index 15e21894bd44a84ffacd77d1c416e552ed0b99ec..904f5237d8f7e4982a2095a5b9cea76837e3ace7 100644 (file)
@@ -685,7 +685,7 @@ static int renesas_sdhi_write16_hook(struct tmio_mmc_host *host, int addr)
        case HOST_MODE:
                if (host->pdata->flags & TMIO_MMC_HAVE_CBSY)
                        bit = TMIO_STAT_CMD_BUSY;
-               /* fallthrough */
+               fallthrough;
        case CTL_SD_CARD_CLK_CTL:
                return renesas_sdhi_wait_idle(host, bit);
        }