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)
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

Simple merge