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

Commit ef265089 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 93f2c99d f180c963
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -588,7 +588,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;