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

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

Merge "msm: sde: fix compiler uninitialized warning"

parents 58b0d29d 840c1d14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ static int _sde_rotator_secure_session_ctrl(bool enable)
{
	struct sde_rot_data_type *mdata = sde_rot_get_mdata();
	uint32_t sid_info;
	struct scm_desc desc;
	struct scm_desc desc = {0};
	unsigned int resp = 0;
	int ret = 0;