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:
parent
b25ea02d22
commit
d8505d8307
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue