mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
11 lines
305 B
Diff
11 lines
305 B
Diff
|
--- 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:
|