h69k/package/kernel/lantiq/ltq-vmmc/patches/600-fix-compilation-warning-fallthrough.patch

11 lines
305 B
Diff
Raw Normal View History

2024-09-29 14:35:28 +00:00
--- a/src/drv_vmmc_bbd.c
+++ b/src/drv_vmmc_bbd.c
@@ -1025,6 +1025,7 @@ static IFX_int32_t vmmc_BBD_WhiteListedCmdWr(VMMC_CHANNEL *pCh,
}
}
}
+ fallthrough;
case VMMC_WL_SDD_RING_CFG:
case VMMC_WL_SDD_DCDC_CFG:
case VMMC_WL_SDD_MWI_CFG: