提交 6d85be61 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] Suppress debug message

Control Midlevel
Suppress 'unknown ioctl' debug message (replaced with snd_printdd).
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 54b903ec
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册