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

Commit 03a31eaa authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Ensure _free_pt() gets called on error case"

parents 9b9758df 57ed71fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1268,7 +1268,7 @@ static int _init_global_pt(struct kgsl_mmu *mmu, struct kgsl_pagetable *pt)
		if (ret) {
			pr_err("SMMU aperture programming call failed with error %d\n",
									ret);
			return ret;
			goto done;
		}
	}