]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: sparc/dbri: add missing fallthrough
authorRosen Penev <rosenp@gmail.com>
Wed, 6 May 2026 03:18:54 +0000 (20:18 -0700)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 May 2026 08:09:17 +0000 (10:09 +0200)
commit2bcbb163162789d3488562073dbb99d9bd71a762
tree3d7d4ac19b6b481f05743fde08c8482da87a899e
parent5337213381df578058e2e41da93cbd0e4639935f
ALSA: sparc/dbri: add missing fallthrough

Fixes compiler error with probably newer compilers:

sound/sparc/dbri.c:595:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
  595 |         case 1:
      |         ^
sound/sparc/dbri.c:595:2: note: insert 'break;' to avoid fall-through
  595 |         case 1:
      |         ^
      |         break;

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20260506031854.780411-1-rosenp@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sparc/dbri.c