dect
/
linux-2.6
Archived
13
0
Fork 0

[ALSA] Suppress debug message

Control Midlevel
Suppress 'unknown ioctl' debug message (replaced with snd_printdd).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2005-05-15 14:32:50 +02:00 committed by Jaroslav Kysela
parent 54b903ec6e
commit 6d85be612d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}