Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drm/ttm: Remove some leftover debug messages.

parent 4fa07bf1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -204,7 +204,6 @@ static int __ttm_vt_unlock(struct ttm_lock *lock)
	lock->flags &= ~TTM_VT_LOCK;
	wake_up_all(&lock->queue);
	spin_unlock(&lock->lock);
	printk(KERN_INFO TTM_PFX "vt unlock.\n");

	return ret;
}
@@ -265,10 +264,8 @@ int ttm_vt_lock(struct ttm_lock *lock,
				   ttm_lock_type, &ttm_vt_lock_remove, NULL);
	if (ret)
		(void)__ttm_vt_unlock(lock);
	else {
	else
		lock->vt_holder = tfile;
		printk(KERN_INFO TTM_PFX "vt lock.\n");
	}

	return ret;
}