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>
这个提交包含在:
Narendra Muppalla
2022-06-01 10:25:56 -07:00
父节点 ad4b936b50
当前提交 8edcc604f3

查看文件

@@ -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;