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

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

Merge "msm: ipa3: Fix unclocked access to IPA SMEM register"

parents 6528710b db94c909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,10 +115,10 @@ static ssize_t ipa3_read_gen_reg(struct file *file, char __user *ubuf,
	struct ipahal_reg_shared_mem_size smem_sz;

	memset(&smem_sz, 0, sizeof(smem_sz));
	ipahal_read_reg_fields(IPA_SHARED_MEM_SIZE, &smem_sz);

	IPA_ACTIVE_CLIENTS_INC_SIMPLE();

	ipahal_read_reg_fields(IPA_SHARED_MEM_SIZE, &smem_sz);
	nbytes = scnprintf(dbg_buff, IPA_MAX_MSG_LEN,
			"IPA_VERSION=0x%x\n"
			"IPA_COMP_HW_VERSION=0x%x\n"