commit | da10816e3d923565b470fec78a674baba794ed33 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jan 25 11:24:56 2016 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 25 11:52:23 2016 +0100 |
tree | 0ecf05bfb2a891063dc51363ef23085b64d9501b | |
parent | 599151336638d57b98d92338aa59c048e3a3e97d [diff] |
ALSA: seq: Degrade the error message for too many opens ALSA OSS sequencer spews a kernel error message ("ALSA: seq_oss: too many applications") when user-space tries to open more than the limit. This means that it can easily fill the log buffer. Since it's merely a normal error, it's safe to suppress it via pr_debug() instead. Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>