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

Commit d8505d83 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

drm/msm: Remove superfluous hang check message



There are plenty of log messages when a hang check and/or fault
occurs there isn't any need to add one more - recovery is
pretty much a given at this point.

Change-Id: Ic0dedbad392807591b726eb9d09af3ad29d7bc30
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent b25ea02d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -300,8 +300,6 @@ static void recover_worker(struct work_struct *work)
	struct msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work);
	struct drm_device *dev = gpu->dev;

	dev_err(dev->dev, "%s: hangcheck recover!\n", gpu->name);

	mutex_lock(&dev->struct_mutex);
	if (msm_gpu_active(gpu)) {
		struct msm_gem_submit *submit;