o Remove useless debug string.

o Fix indent.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
ray 2014-07-28 14:15:41 +00:00
parent 187905f610
commit aa8e838945

View File

@ -2025,9 +2025,8 @@ vt_upgrade(struct vt_device *vd)
vd->vd_curwindow = vd->vd_windows[VT_CONSWINDOW];
if (!(vd->vd_flags & VDF_ASYNC)) {
/* Attach keyboard. */
vt_allocate_keyboard(vd);
DPRINTF(20, "%s: vd_keyboard = %d\n", __func__, vd->vd_keyboard);
/* Attach keyboard. */
vt_allocate_keyboard(vd);
/* Init 25 Hz timer. */
callout_init_mtx(&vd->vd_timer, &vd->vd_lock, 0);