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: Jordan Crouse <jcrouse@codeaurora.org>
This commit is contained in:
Jordan Crouse 2017-06-12 09:16:47 -06:00
parent b25ea02d22
commit d8505d8307

View file

@ -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 msm_gpu *gpu = container_of(work, struct msm_gpu, recover_work);
struct drm_device *dev = gpu->dev; struct drm_device *dev = gpu->dev;
dev_err(dev->dev, "%s: hangcheck recover!\n", gpu->name);
mutex_lock(&dev->struct_mutex); mutex_lock(&dev->struct_mutex);
if (msm_gpu_active(gpu)) { if (msm_gpu_active(gpu)) {
struct msm_gem_submit *submit; struct msm_gem_submit *submit;