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

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

Merge "msm: audio: qdsp6v2: Change acdb_mmap size variable to unsigned"

parents 795c7f2e 556cd79d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@ done:
static int acdb_mmap(struct file *file, struct vm_area_struct *vma)
{
	int result = 0;
	int size = vma->vm_end - vma->vm_start;
	uint32_t size = vma->vm_end - vma->vm_start;

	pr_debug("%s\n", __func__);