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

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

Merge "msm: kgsl: Return zero from wait_for_active_transition for no GMU case"

parents 443438e6 6a0060e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -360,5 +360,5 @@ int gmu_core_dev_wait_for_active_transition(struct kgsl_device *device)
	if (ops && ops->wait_for_active_transition)
		return ops->wait_for_active_transition(device);

	return -ETIMEDOUT;
	return 0;
}