forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
....@@ -2328,7 +2328,7 @@
23282328
23292329 /* Dynamic Range and Mastering Infoframe is introduced in v2.11a. */
23302330 if (hdmi->version < 0x211a) {
2331
- DRM_ERROR("Not support DRM Infoframe\n");
2331
+ dev_dbg(hdmi->dev, "Not support DRM Infoframe\n");
23322332 return;
23332333 }
23342334