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

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

Merge "msm: vidc: change format specifier for size_t"

parents 9b43b8e0 1899dd7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ int vmem_allocate(size_t size, phys_addr_t *addr)
		goto exit;
	}
	if (!size) {
		pr_err("%s Invalid size %ld\n", __func__, size);
		pr_err("%s Invalid size %zu\n", __func__, size);
		rc = -EINVAL;
		goto exit;
	}