]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: math-emu: Fix fall-through warnings
authorHelge Deller <deller@gmx.de>
Wed, 1 Sep 2021 20:18:18 +0000 (22:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Oct 2021 07:54:24 +0000 (09:54 +0200)
commit53779084b7862aaf14d20bdc3001b3c880cc4038
tree2e0889c97993a7ad2f3d73ddaf4c646f8581ac96
parentb6839d13ce4ea43dc58ea2aad6910d91b8715071
parisc: math-emu: Fix fall-through warnings

commit 6f1fce595b78b775d7fb585c15c2dc3a6994f96e upstream.

Fix lots of fallthrough warnings, e.g.:
arch/parisc/math-emu/fpudispatch.c:323:33: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/math-emu/fpudispatch.c