summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2005-09-28 21:36:23 +0000
committermartin <martin@NetBSD.org>2005-09-28 21:36:23 +0000
commit39f4abb7a9a87f60da3354c39feb4e24926bfd96 (patch)
tree4d0312ad3b75214395256cf2c7e194722aa3fe5f /sys/dev/sun
parentff56508626d7165b677907e95b65eb40b8209bd5 (diff)
Remove spurious debug output accidently commited in revision 1.44.
Diffstat (limited to 'sys/dev/sun')
-rw-r--r--sys/dev/sun/kbd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/sun/kbd.c b/sys/dev/sun/kbd.c
index 4062bfc34f0..a6b46e1fa0d 100644
--- a/sys/dev/sun/kbd.c
+++ b/sys/dev/sun/kbd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: kbd.c,v 1.51 2005/09/14 07:32:43 martin Exp $ */
+/* $NetBSD: kbd.c,v 1.52 2005/09/28 21:36:23 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.51 2005/09/14 07:32:43 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.52 2005/09/28 21:36:23 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -369,7 +369,6 @@ kbdioctl(dev, cmd, data, flag, p)
break;
default:
- printf("kbd: returning ENOTTY\n");
error = ENOTTY;
break;
}