clk: lmk04832: drop redundant fallthrough statements
authorLiam Beguin <liambeguin@gmail.com>
Thu, 8 Jul 2021 21:16:45 +0000 (17:16 -0400)
committerStephen Boyd <sboyd@kernel.org>
Tue, 27 Jul 2021 18:52:30 +0000 (11:52 -0700)
commit284c537a8aceb58ebcdc5a6cf7a21645ce6c4111
tree9b24a3e2c812cacf17194a10c99e235c0c3eb6de
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
clk: lmk04832: drop redundant fallthrough statements

When the body of a case statement is empty, it is well understood that
it is intentional and explicit fallthrough statements are not required.
Drop them.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Link: https://lore.kernel.org/r/20210708211645.3621902-1-liambeguin@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-lmk04832.c