diff options
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/control.c b/sound/core/control.c index f4ea6bff1dd3..4e39a2103d0a 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 | |||
1102 | } | 1102 | } |
1103 | } | 1103 | } |
1104 | up_read(&snd_ioctl_rwsem); | 1104 | up_read(&snd_ioctl_rwsem); |
1105 | snd_printd("unknown ioctl = 0x%x\n", cmd); | 1105 | snd_printdd("unknown ioctl = 0x%x\n", cmd); |
1106 | return -ENOTTY; | 1106 | return -ENOTTY; |
1107 | } | 1107 | } |
1108 | 1108 | ||