summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2015-08-28 16:15:40 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2015-08-28 16:15:40 +0000
commit293fe4f10b35cfd9c22be9234cb4ef2f58446df9 (patch)
tree50f01d1b92153fc2f96d4cccdc3366c4123d6fb6 /sys/dev
parent45285d506dd9d427af04ee7e81c6758762661a35 (diff)
remove forgotten debug printf in envy_midi_close
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/envy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/envy.c b/sys/dev/pci/envy.c
index 92853b69bb1..4aa0d8dc006 100644
--- a/sys/dev/pci/envy.c
+++ b/sys/dev/pci/envy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: envy.c,v 1.63 2015/08/28 15:50:18 ratchov Exp $ */
+/* $OpenBSD: envy.c,v 1.64 2015/08/28 16:15:39 ratchov Exp $ */
/*
* Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org>
*
@@ -2444,7 +2444,6 @@ envy_midi_close(void *self)
sc->midi_in = NULL;
sc->midi_out = NULL;
sc->midi_isopen = 0;
- printf("envy: midi closed\n");
}
int