]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: pcm: Avoid "BUG:" string for warnings again
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Mar 2016 19:56:20 +0000 (20:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Apr 2016 16:08:52 +0000 (09:08 -0700)
commitae8168541087b26f946f31555e977c146aba637a
treefb4150ceffb44a04a1a889c3ea51312b520fcab4
parentbbb4bee779b3301a3ab7924f85f38b96bdf1fd4a
ALSA: pcm: Avoid "BUG:" string for warnings again

commit 0ab1ace856205d10cbc1924b2d931c01ffd216a6 upstream.

The commit [d507941beb1e: ALSA: pcm: Correct PCM BUG error message]
made the warning prefix back to "BUG:" due to its previous wrong
prefix.  But a kernel message containing "BUG:" seems taken as an Oops
message wrongly by some brain-dead daemons, and it annoys users in the
end.  Instead of teaching daemons, change the string again to a more
reasonable one.

Fixes: 507941beb1e ('ALSA: pcm: Correct PCM BUG error message')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/core/pcm_lib.c