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

Commit aa164b14 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: Do not return error if there is no GMU" into msm-4.9

parents eb152855 c75922e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -952,7 +952,7 @@ static int a6xx_oob_set(struct adreno_device *adreno_dev,
	int ret = 0;

	if (!kgsl_gmu_isenabled(device))
		return -ENODEV;
		return 0;

	kgsl_gmu_regwrite(device, A6XX_GMU_HOST2GMU_INTR_SET, set_mask);