diff options
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/handlers.c')
| -rw-r--r-- | drivers/gpu/drm/i915/gvt/handlers.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/handlers.c b/drivers/gpu/drm/i915/gvt/handlers.c index 63bba7b4bb2f..05f3bc98d242 100644 --- a/drivers/gpu/drm/i915/gvt/handlers.c +++ b/drivers/gpu/drm/i915/gvt/handlers.c @@ -1226,7 +1226,7 @@ static int handle_g2v_notification(struct intel_vgpu *vgpu, int notification)  	switch (notification) {  	case VGT_G2V_PPGTT_L3_PAGE_TABLE_CREATE:  		root_entry_type = GTT_TYPE_PPGTT_ROOT_L3_ENTRY; -		/* fall through */ +		fallthrough;  	case VGT_G2V_PPGTT_L4_PAGE_TABLE_CREATE:  		mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps);  		return PTR_ERR_OR_ZERO(mm);  |