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

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

Merge "soc: qcom: scm_qcpe: Fix unused variable warning"

parents f1164b6f d78d7b58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -416,11 +416,11 @@ static int scm_call_qcpe(u32 fn_id, struct scm_desc *desc)
	static bool opened;
	static u32 handle;
	u32 size_bytes;
	int i;
	uint64_t arglen = desc->arginfo & 0xf;
	struct smc_params_s smc_params = {0,};
	int ret;
#ifdef CONFIG_GHS_VMM
	int i;
	uint64_t arglen = desc->arginfo & 0xf;
	struct ion_handle *ihandle = NULL;
#endif