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

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

Merge "msm: smd_debug: Use smem_find()"

parents bc7fddbc d804f40a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ static void debug_read_smd_version(struct seq_file *s)
	uint32_t *smd_ver;
	uint32_t n, version;

	smd_ver = smem_alloc(SMEM_VERSION_SMD, 32 * sizeof(uint32_t));
	smd_ver = smem_find(SMEM_VERSION_SMD, 32 * sizeof(uint32_t));

	if (smd_ver)
		for (n = 0; n < 32; n++) {