If EDID read fails, clear the EDID property and CEC address.

Signed-off-by: Jani Nikula <jani.nik...@intel.com>
---
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 
b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
index 8ce85e973b38..654f35ea516d 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
@@ -2505,8 +2505,6 @@ static int dw_hdmi_connector_get_modes(struct 
drm_connector *connector)
        int ret;
 
        drm_edid = dw_hdmi_edid_read(hdmi, connector);
-       if (!drm_edid)
-               return 0;
 
        drm_edid_connector_update(connector, drm_edid);
        cec_notifier_set_phys_addr(hdmi->cec_notifier,
-- 
2.39.2

Reply via email to