]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
authorTim Gardner <tim.gardner@canonical.com>
Wed, 16 Apr 2014 14:18:35 +0000 (08:18 -0600)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Apr 2014 14:20:59 +0000 (16:20 +0200)
commit00d90154404ae6218730068d25bf2faad3186631
treea7a8a47a95db2b02254270f3fd7077e4bceca323
parent5c7ab1574987f131f983b15ecfd717faf114f4df
ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops

BugLink: http://bugs.launchpad.net/bugs/1305480
The kerneloops-daemon scans dmesg for common crash signatures, among
which is 'BUG:'. The message emitted by the PCM library is really a
warning, so the most expedient thing to do seems to be to change the
string.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_lib.c