drm: don't whine about not reading EDID data
Make this message a little quieter, since it's common and not necessarily indicative of a problem. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
335041ed31
commit
4942f8b23b
@@ -660,7 +660,7 @@ struct edid *drm_get_edid(struct drm_connector *connector,
|
|||||||
|
|
||||||
edid = (struct edid *)drm_ddc_read(adapter);
|
edid = (struct edid *)drm_ddc_read(adapter);
|
||||||
if (!edid) {
|
if (!edid) {
|
||||||
dev_warn(&connector->dev->pdev->dev, "%s: no EDID data\n",
|
dev_info(&connector->dev->pdev->dev, "%s: no EDID data\n",
|
||||||
drm_get_connector_name(connector));
|
drm_get_connector_name(connector));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user