drm/amd/display: Remove return when no EDID read.
authorMartin Tsai <[email protected]>
Wed, 17 Jan 2018 05:55:26 +0000 (13:55 +0800)
committerAlex Deucher <[email protected]>
Mon, 19 Feb 2018 19:19:22 +0000 (14:19 -0500)
Signed-off-by: Martin Tsai <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/core/dc_link.c

index 0023754e034bfa2562c4aa3b46899e17588c6bc3..a678fc012977a31b4f454b0d8611da37cdd44310 100644 (file)
@@ -678,8 +678,6 @@ bool dc_link_detect(struct dc_link *link, enum dc_detect_reason reason)
                case EDID_NO_RESPONSE:
                        dm_logger_write(link->ctx->logger, LOG_ERROR,
                                "No EDID read.\n");
-                       return false;
-
                default:
                        break;
                }