svn commit: r187032 - head/sys/dev/sound/pcm

Alexander Motin mav at FreeBSD.org
Sat Jan 10 11:01:30 PST 2009


Author: mav
Date: Sat Jan 10 19:01:29 2009
New Revision: 187032
URL: http://svn.freebsd.org/changeset/base/187032

Log:
  Remove debug slipped with the previous commit.

Modified:
  head/sys/dev/sound/pcm/dsp.c

Modified: head/sys/dev/sound/pcm/dsp.c
==============================================================================
--- head/sys/dev/sound/pcm/dsp.c	Sat Jan 10 19:00:17 2009	(r187031)
+++ head/sys/dev/sound/pcm/dsp.c	Sat Jan 10 19:01:29 2009	(r187032)
@@ -2367,7 +2367,6 @@ dsp_oss_audioinfo(struct cdev *i_dev, os
 			ai->next_play_engine = 0;
 			ai->next_rec_engine = 0;
 
-printf("flags: %08x %d\n", ch->flags, ai->busy);
 			CHN_UNLOCK(ch);
 		}
 


More information about the svn-src-all mailing list