提交 50dc581a 编写于 作者: Y Yifan Zhang 提交者: Alex Deucher

drm/amd/display: fix the broken logic in dc_link.c

Add missing braces.
Signed-off-by: NYifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: NFeifei Xu <Feifei.Xu@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 764a21cb
......@@ -422,8 +422,9 @@ static enum signal_type link_detect_sink(struct dc_link *link,
*/
/* PCIE detects the actual connector on add-on board */
if (link->link_id.id == CONNECTOR_ID_PCIE)
if (link->link_id.id == CONNECTOR_ID_PCIE) {
/* ZAZTODO implement PCIE add-on card detection */
}
switch (link->link_id.id) {
case CONNECTOR_ID_HDMI_TYPE_A: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册