We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa07bf commit 5be6effCopy full SHA for 5be6eff
drivers/gpu/drm/ttm/ttm_lock.c
@@ -204,7 +204,6 @@ static int __ttm_vt_unlock(struct ttm_lock *lock)
204
lock->flags &= ~TTM_VT_LOCK;
205
wake_up_all(&lock->queue);
206
spin_unlock(&lock->lock);
207
- printk(KERN_INFO TTM_PFX "vt unlock.\n");
208
209
return ret;
210
}
@@ -265,10 +264,8 @@ int ttm_vt_lock(struct ttm_lock *lock,
265
264
ttm_lock_type, &ttm_vt_lock_remove, NULL);
266
if (ret)
267
(void)__ttm_vt_unlock(lock);
268
- else {
+ else
269
lock->vt_holder = tfile;
270
- printk(KERN_INFO TTM_PFX "vt lock.\n");
271
- }
272
273
274
0 commit comments