parisc: math-emu: Fix fall-through warnings
authorHelge Deller <deller@gmx.de>
Wed, 1 Sep 2021 20:18:18 +0000 (22:18 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 1 Sep 2021 20:18:18 +0000 (22:18 +0200)
commit6f1fce595b78b775d7fb585c15c2dc3a6994f96e
tree4c7bca53d2babf4228647a1cb544d5bb4385744f
parent030f653078316a9cc9ca6bd1b0234dcf858be35d
parisc: math-emu: Fix fall-through warnings

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>
arch/parisc/math-emu/fpudispatch.c