summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-09-02 21:50:14 +0000
committeremaste <emaste@FreeBSD.org>2014-09-02 21:50:14 +0000
commitad2653d85efb9e1ad4b671687bcf5e3d6b9d3d06 (patch)
tree14f5776932a0c35cec51f6776408ac06e3e57ac3 /sys/dev/vt
parentc40686364ddef3ffaf577104ddb71d6bdb39ef02 (diff)
downloadFreeBSD-src-ad2653d85efb9e1ad4b671687bcf5e3d6b9d3d06.zip
FreeBSD-src-ad2653d85efb9e1ad4b671687bcf5e3d6b9d3d06.tar.gz
MFC r269186 by ray@: Remove useless debug string.
Fix indent. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/dev/vt')
-rw-r--r--sys/dev/vt/vt_core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
index 72ccce8..6f159ec 100644
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -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);
OpenPOWER on IntegriCloud