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

Commit cb6693f4 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 unneeded debug message"

parents 891142d3 4813d157
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