]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Downgrade error message for single-cmd fallback
authorTakashi Iwai <tiwai@suse.de>
Mon, 16 Dec 2019 15:12:24 +0000 (16:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 16 Dec 2019 15:36:04 +0000 (16:36 +0100)
commit4896af887a84fa0a6f632b51cc3026a189812e84
tree0d2f432b94e45f90b8e2051a1c637926113e4673
parentc0283bcd345040d23c8fcedd294cb1d13ef4e774
ALSA: hda - Downgrade error message for single-cmd fallback

We made the error message for the CORB/RIRB communication clearer by
upgrading to dev_WARN() so that user can notice better.  But this
struck us like a boomerang: now it caught syzbot and reported back as
a fatal issue although it's not really any too serious bug that worth
for stopping the whole system.

OK, OK, let's be softy, downgrade it to the standard dev_err() again.

Fixes: dc2facf1e0bc ("ALSA: hda - Show the fatal CORB/RIRB error more clearly")
Reported-by: syzbot+b3028ac3933f5c466389@syzkaller.appspotmail.com
Link: https://lore.kernel.org/r/20191216151224.30013-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c