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

Commit 125f3656 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Fix datatype of count in kgsl_alloc_secure_pages"

parents ea5756a8 48efc39e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -934,7 +934,7 @@ static int kgsl_alloc_secure_pages(struct kgsl_device *device,
		struct kgsl_memdesc *memdesc, u64 size, u64 flags, u32 priv)
{
	struct page **pages;
	u32 count;
	int count;
	struct sg_table *sgt;
	int ret;