disp: msm: dsi: move warn to info if secondary panel is not assigned
This change moves warning log to info log if secondary default panel is not available. Change-Id: Iad420a05c6440afdf0fcc5f7d33197eaf5c158c4 Signed-off-by: Narendra Muppalla <quic_nmuppall@quicinc.com>
这个提交包含在:
@@ -6002,7 +6002,7 @@ int dsi_display_dev_probe(struct platform_device *pdev)
|
||||
panel_node = of_parse_phandle(node,
|
||||
"qcom,dsi-default-panel", 0);
|
||||
if (!panel_node)
|
||||
DSI_WARN("%s default panel not found\n", display->display_type);
|
||||
DSI_INFO("%s default panel not found\n", display->display_type);
|
||||
}
|
||||
|
||||
boot_disp->node = pdev->dev.of_node;
|
||||
|
在新工单中引用
屏蔽一个用户