Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4942f8b2 authored by Jesse Barnes's avatar Jesse Barnes Committed by Dave Airlie
Browse files

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: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 335041ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -660,7 +660,7 @@ struct edid *drm_get_edid(struct drm_connector *connector,

	edid = (struct edid *)drm_ddc_read(adapter);
	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));
		return NULL;
	}