projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b903e
)
[ALSA] Suppress debug message
author
Takashi Iwai
<tiwai@suse.de>
Sun, 15 May 2005 12:32:50 +0000
(14:32 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Sun, 29 May 2005 08:10:43 +0000
(10:10 +0200)
Control Midlevel
Suppress 'unknown ioctl' debug message (replaced with snd_printdd).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/control.c
patch
|
blob
|
history
diff --git
a/sound/core/control.c
b/sound/core/control.c
index f4ea6bff1dd3b133ddf528f1cc272c1f647c3070..4e39a2103d0a4e47f0a13d361659aeb1e4bc8bbb 100644
(file)
--- 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_printd
d
("unknown ioctl = 0x%x\n", cmd);
return -ENOTTY;
}