summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJordan Crouse <jcrouse@codeaurora.org>2017-06-12 09:16:47 -0600
committerJordan Crouse <jcrouse@codeaurora.org>2017-06-19 15:50:31 -0600
commitd8505d8307d73749b9eb0ff01c978a6ba0c60928 (patch)
treefcdc248e8849d8aeab4ec6de428214fe435e7242 /drivers
parentb25ea02d2273fb6ee2a797f7d67da341d7b60b6b (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/msm/msm_gpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.c b/drivers/gpu/drm/msm/msm_gpu.c
index c6e8660e3cbe..6bbd4c338433 100644
--- a/drivers/gpu/drm/msm/msm_gpu.c
+++ b/drivers/gpu/drm/msm/msm_gpu.c
@@ -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;