diff --git a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c index 43d3ad50dc54dacc28af3f931067263a4787115a..5c02675bbb0945dcffb0830dd854418ec4a77532 100644 --- a/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c +++ b/drivers/gpu/drm/xe/display/xe_hdcp_gsc.c @@ -7,7 +7,7 @@ int intel_hdcp_gsc_init(struct drm_i915_private *i915) { - drm_err(&i915->drm, "HCDP support not yet implemented\n"); + drm_info(&i915->drm, "HDCP support not yet implemented\n"); return -ENODEV; }