diff options
author | Martin Tsai <[email protected]> | 2018-01-17 13:55:26 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2018-02-19 14:19:22 -0500 |
commit | ac916c914c3156e53505e9ea3a9d1495518bf873 (patch) | |
tree | 83f9b9b395783656a9c8ba89be7faeb4a83f0967 | |
parent | c3b1c061f4ccacba17ef83c4d49fa289424b2958 (diff) |
drm/amd/display: Remove return when no EDID read.
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]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c index 0023754e034b..a678fc012977 100644 --- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c @@ -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; } |