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

Commit 4813d157 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Remove unneeded debug message



All the callers of adreno_dispatcher_queue_cmd send the return code
from the function back to the user.  Stop printing the error code
in the kernel log - sometimes the error is legitimate (like
-ERESTARTSYS) but it worries folks watching the logs.

Change-Id: Ic0dedbadd2e054dd0af1c1099647233466baba37
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 0c10f950
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1106,10 +1106,6 @@ adreno_ringbuffer_issueibcmds(struct kgsl_device_private *dev_priv,
	ret = adreno_dispatcher_queue_cmd(adreno_dev, drawctxt, cmdbatch,
		timestamp);

	if (ret)
		KGSL_DRV_ERR(device,
			"adreno_dispatcher_queue_cmd returned %d\n", ret);

	/*
	 * Return -EPROTO if the device has faulted since the last time we
	 * checked - userspace uses this to perform post-fault activities