]> git.baikalelectronics.ru Git - kernel.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)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Mar 2016 20:00:17 +0000 (21:00 +0100)
commit91deacd4481433f128a59f7dbf595df807e30d5f
tree50b0d98544cad83d03f2085659fff173b8b466b4
parent2218ba0993cc910c9e714b49c5e8740b377c900a
ALSA: pcm: Avoid "BUG:" string for warnings again

The commit [b512248d28ad: 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')
Cc: <stable@vger.kernel.org> # v3.19+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_lib.c