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

Commit 7696915b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mdss: mdp: Initialize stack variable"

parents d393466b e8c50177
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6787,7 +6787,7 @@ static int mdss_mdp_scaler_lut_init(struct mdss_data_type *mdata,
		struct mdp_scale_luts_info *lut_tbl)
		struct mdp_scale_luts_info *lut_tbl)
{
{
	struct mdss_mdp_qseed3_lut_tbl *qseed3_lut_tbl;
	struct mdss_mdp_qseed3_lut_tbl *qseed3_lut_tbl;
	int ret;
	int ret = 0;


	if (!mdata->scaler_off)
	if (!mdata->scaler_off)
		return -EFAULT;
		return -EFAULT;