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

Commit e8c50177 authored by Animesh Kishore's avatar Animesh Kishore
Browse files

mdss: mdp: Initialize stack variable



Init default value to 0.

Change-Id: I6a0714b4434acef0fa3cd8d2ea2de26d4812bf4a
Signed-off-by: default avatarAnimesh Kishore <animeshk@codeaurora.org>
parent a5370b86
Loading
Loading
Loading
Loading
+1 −1
Original line number 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 mdss_mdp_qseed3_lut_tbl *qseed3_lut_tbl;
	int ret;
	int ret = 0;

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