summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_link.c
diff options
context:
space:
mode:
authorMartin Tsai <martin.tsai@amd.com>2018-01-17 13:55:26 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:19:22 -0500
commitac916c914c3156e53505e9ea3a9d1495518bf873 (patch)
tree83f9b9b395783656a9c8ba89be7faeb4a83f0967 /drivers/gpu/drm/amd/display/dc/core/dc_link.c
parentc3b1c061f4ccacba17ef83c4d49fa289424b2958 (diff)
downloadlinux-ac916c914c3156e53505e9ea3a9d1495518bf873.tar.bz2
drm/amd/display: Remove return when no EDID read.
Signed-off-by: Martin Tsai <martin.tsai@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core/dc_link.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_link.c2
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;
}