Commit 5be6eff9 authored by Thomas Hellstrom's avatar Thomas Hellstrom Committed by Dave Airlie

drm/ttm: Remove some leftover debug messages.

Signed-off-by: default avatarThomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 4fa07bf1
...@@ -204,7 +204,6 @@ static int __ttm_vt_unlock(struct ttm_lock *lock) ...@@ -204,7 +204,6 @@ static int __ttm_vt_unlock(struct ttm_lock *lock)
lock->flags &= ~TTM_VT_LOCK; lock->flags &= ~TTM_VT_LOCK;
wake_up_all(&lock->queue); wake_up_all(&lock->queue);
spin_unlock(&lock->lock); spin_unlock(&lock->lock);
printk(KERN_INFO TTM_PFX "vt unlock.\n");
return ret; return ret;
} }
...@@ -265,10 +264,8 @@ int ttm_vt_lock(struct ttm_lock *lock, ...@@ -265,10 +264,8 @@ int ttm_vt_lock(struct ttm_lock *lock,
ttm_lock_type, &ttm_vt_lock_remove, NULL); ttm_lock_type, &ttm_vt_lock_remove, NULL);
if (ret) if (ret)
(void)__ttm_vt_unlock(lock); (void)__ttm_vt_unlock(lock);
else { else
lock->vt_holder = tfile; lock->vt_holder = tfile;
printk(KERN_INFO TTM_PFX "vt lock.\n");
}
return ret; return ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment