Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b6af9bb authored by Dhaval Patel's avatar Dhaval Patel Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: skip optional property logging in DSI driver



Move error messages to debug messages for optional
properties in DSI driver.

Change-Id: Ie5175cbe647351a6f35914262b1893ef162b7ed3
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 2cee09fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ void mdss_check_dsi_ctrl_status(struct work_struct *work, uint32_t interval)
	}

	if (!pdata->panel_info.esd_rdy) {
		pr_warn("%s: unblank not complete, reschedule check status\n",
		pr_debug("%s: unblank not complete, reschedule check status\n",
			__func__);
		schedule_delayed_work(&pstatus_data->check_status,
				msecs_to_jiffies(interval));
+2 −2
Original line number Diff line number Diff line
@@ -2869,7 +2869,7 @@ static int mdss_dsi_parse_ctrl_params(struct platform_device *ctrl_pdev,
	data = of_get_property(ctrl_pdev->dev.of_node,
		"qcom,platform-bist-ctrl", &len);
	if ((!data) || (len != 6))
		pr_err("%s:%d, Unable to read Phy Bist Ctrl settings\n",
		pr_debug("%s:%d, Unable to read Phy Bist Ctrl settings\n",
			__func__, __LINE__);
	else
		for (i = 0; i < len; i++)
@@ -2922,7 +2922,7 @@ static int mdss_dsi_parse_gpio_params(struct platform_device *ctrl_pdev,
			"qcom,platform-enable-gpio", 0);

		if (!gpio_is_valid(ctrl_pdata->disp_en_gpio))
			pr_err("%s:%d, Disp_en gpio not specified\n",
			pr_debug("%s:%d, Disp_en gpio not specified\n",
					__func__, __LINE__);
	}

+1 −1
Original line number Diff line number Diff line
@@ -1611,7 +1611,7 @@ static int mdss_dsi_parse_panel_features(struct device_node *np,
			"qcom,5v-boost-gpio", 0);

		if (!gpio_is_valid(ctrl->disp_en_gpio))
			pr_err("%s:%d, Disp_en gpio not specified\n",
			pr_debug("%s:%d, Disp_en gpio not specified\n",
					__func__, __LINE__);
	}