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

This commit is contained in:
Linux Build Service Account 2018-05-21 21:44:22 -07:00 committed by Gerrit - the friendly Code Review server
commit d0d5319fd6

View file

@ -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