From: Takashi Iwai Date: Sun, 15 May 2005 12:32:50 +0000 (+0200) Subject: [ALSA] Suppress debug message X-Git-Tag: v2.6.13-rc1~68^2~622 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d85be612d8b6a6730d19e742329e5ffa60eafdd;p=linux-2.6 [ALSA] Suppress debug message Control Midlevel Suppress 'unknown ioctl' debug message (replaced with snd_printdd). Signed-off-by: Takashi Iwai --- diff --git a/sound/core/control.c b/sound/core/control.c index f4ea6bff1d..4e39a2103d 100644 --- a/sound/core/control.c +++ b/sound/core/control.c @@ -1102,7 +1102,7 @@ static long snd_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg } } up_read(&snd_ioctl_rwsem); - snd_printd("unknown ioctl = 0x%x\n", cmd); + snd_printdd("unknown ioctl = 0x%x\n", cmd); return -ENOTTY; }