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>
This commit is contained in:
Martin Tsai 2018-01-17 13:55:26 +08:00 committed by Alex Deucher
parent c3b1c061f4
commit ac916c914c
1 changed files with 0 additions and 2 deletions

View File

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