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

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

Merge "msm: kgsl: Initialize pagetable pointer to NULL on declaration"

parents bedf1298 37b7862b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ kgsl_mem_entry_attach_process(struct kgsl_mem_entry *entry,
	int id;
	int ret;
	struct kgsl_process_private *process = dev_priv->process_priv;
	struct kgsl_pagetable *pagetable;
	struct kgsl_pagetable *pagetable = NULL;

	ret = kgsl_process_private_get(process);
	if (!ret)