Skip to content

Commit

Permalink
[ALSA] Suppress debug message
Browse files Browse the repository at this point in the history
Control Midlevel
Suppress 'unknown ioctl' debug message (replaced with snd_printdd).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 29, 2005
1 parent 54b903e commit 6d85be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/core/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6d85be6

Please sign in to comment.