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

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

Merge "msm: ADSPRPC: make happy of compiler -Wmaybe-uninitialized"

parents 0364b310 757199c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1506,7 +1506,7 @@ static int fastrpc_internal_invoke(struct fastrpc_file *fl, uint32_t mode,
	int cid = fl->cid;
	int interrupted = 0;
	int err = 0;
	struct timespec invoket;
	struct timespec invoket = {0};

	if (fl->profile)
		getnstimeofday(&invoket);