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

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

Merge "ASoC: msm8x16: Fix memory leakage in vmalloc address space"

parents 8945a238 d543cfb9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -944,12 +944,6 @@ static int conf_int_codec_mux(struct msm8916_asoc_mach_data *pdata)
	}
	val = ioread32(vaddr);
	val = val | 0x00220002;
	vaddr = ioremap(LPASS_CSR_GP_IO_MUX_MIC_CTL , 4);
	if (!vaddr) {
		pr_err("%s ioremap failure for addr %x",
				__func__, LPASS_CSR_GP_IO_MUX_MIC_CTL);
		return -ENOMEM;
	}
	iowrite32(val, vaddr);
	iounmap(vaddr);
	return ret;