On Mon, 28 Jul 2025 17:05:17 +0800 [email protected] wrote: > @ -2231,7 +2232,7 @@ static s32 sxe_hw_fnav_vm_pool_mask_get(struct sxe_hw > *hw, > switch (vm_pool & SXE_SAMPLE_VM_POOL_MASK) { > case 0x0: > *fnavm |= SXE_FNAVM_POOL; > - fallthrough; > + /* fallthrough */ > case 0x7F: > break; > default: > @
This is a new driver. Fix this in earlier patch, don't patch a patch.

