summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cs4281.c
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2015-08-03 09:20:45 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2015-08-03 09:20:45 +0000
commit8be6581c21a5b012d7057423f3688fd32b66dc58 (patch)
tree3d6f64c04cf998646b6400c2cc2ce24853388c37 /sys/dev/pci/cs4281.c
parente150702e545d78f8fa1634fb24cdfa0ebe029eb1 (diff)
Remove a debug printf that should have been removed years ago. ok ratchov
Diffstat (limited to 'sys/dev/pci/cs4281.c')
-rw-r--r--sys/dev/pci/cs4281.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/cs4281.c b/sys/dev/pci/cs4281.c
index 0d2b8cd9a7e..4b04c6945a4 100644
--- a/sys/dev/pci/cs4281.c
+++ b/sys/dev/pci/cs4281.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cs4281.c,v 1.32 2015/05/11 06:46:22 ratchov Exp $ */
+/* $OpenBSD: cs4281.c,v 1.33 2015/08/03 09:20:44 stsp Exp $ */
/* $Tera: cs4281.c,v 1.18 2000/12/27 14:24:45 tacha Exp $ */
/*
@@ -696,7 +696,6 @@ cs4281_trigger_input(addr, start, end, blksize, intr, arg, param)
u_int32_t fmt=0;
int dma_count;
- printf("cs4281_trigger_input: not implemented yet\n");
#ifdef DIAGNOSTIC
if (sc->sc_rrun)
printf("cs4281_trigger_input: already running\n");