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

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

Merge "ASoC: msm: Change acdb_mmap size variable to unsigned"

parents b1300cab 5e813292
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1353,7 +1353,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__);