projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b1c06
)
drm/amd/display: Remove return when no EDID read.
author
Martin Tsai
<
[email protected]
>
Wed, 17 Jan 2018 05:55:26 +0000
(13:55 +0800)
committer
Alex 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
patch
|
blob
|
history
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 0023754e034bfa2562c4aa3b46899e17588c6bc3..a678fc012977a31b4f454b0d8611da37cdd44310 100644
(file)
--- 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;
}