diff options
author | 2020-10-23 09:51:12 -0700 | |
---|---|---|
committer | 2020-11-04 16:00:56 -0800 | |
commit | 07ddf4c30c4d7475954ee01032844f7f458f91e7 (patch) | |
tree | 00e2cb32d146bbe16a0c49166e719795ee09de7b | |
parent | drm/msm: Use correct drm_gem_object_put() in fail case (diff) | |
download | wireguard-linux-07ddf4c30c4d7475954ee01032844f7f458f91e7.tar.xz wireguard-linux-07ddf4c30c4d7475954ee01032844f7f458f91e7.zip |
drm/msm: Drop chatty trace
It is somewhat redundant with the gpu tracepoints, and anyways not too
useful to justify spamming the log when debug traces are enabled.
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
-rw-r--r-- | drivers/gpu/drm/msm/msm_gpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.c b/drivers/gpu/drm/msm/msm_gpu.c index fb368b1791fe..8e17cb7d255f 100644 --- a/drivers/gpu/drm/msm/msm_gpu.c +++ b/drivers/gpu/drm/msm/msm_gpu.c @@ -542,7 +542,6 @@ static void recover_worker(struct kthread_work *work) static void hangcheck_timer_reset(struct msm_gpu *gpu) { - DBG("%s", gpu->name); mod_timer(&gpu->hangcheck_timer, round_jiffies_up(jiffies + DRM_MSM_HANGCHECK_JIFFIES)); } |