Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit f64ce2a

Browse files
committed
Merge remote-tracking branch 'origin/gvt-fixes' into gvt-staging
2 parents d64548b + ff9df46 commit f64ce2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gvt/handlers.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ static int update_fdi_rx_iir_status(struct intel_vgpu *vgpu,
905905
else if (FDI_RX_IMR_TO_PIPE(offset) != INVALID_INDEX)
906906
index = FDI_RX_IMR_TO_PIPE(offset);
907907
else {
908-
gvt_vgpu_err("Unsupport registers %x\n", offset);
908+
gvt_vgpu_err("Unsupported registers %x\n", offset);
909909
return -EINVAL;
910910
}
911911

0 commit comments

Comments
 (0)