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

Commit ada3ce79 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: Remove unnecessary profile close check"

parents 9aebec98 5cc1d013
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1058,9 +1058,6 @@ int adreno_profile_process_results(struct kgsl_device *device)
	 */
	transfer_results(device, shared_buf_tail);

	/* check for any cleanup */
	check_close_profile(profile);

	return 1;
}