regulator: qcom-rpmh: Add stylistic breaks in the default cases
authorDouglas Anderson <dianders@chromium.org>
Fri, 10 Aug 2018 20:05:31 +0000 (13:05 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 28 Aug 2018 20:19:36 +0000 (21:19 +0100)
commitbeb5a17fa32ed9b3b44be23dda9caf92c01e8200
treece8db3a33d3127fee5ae19c52e60b0aee9f5aa8e
parent7e4d9683d6a716533f5c5026795b7b1ebdbcb2ed
regulator: qcom-rpmh: Add stylistic breaks in the default cases

No functional change here but it can make the code more readable to
have breaks in the "default" case even though it's the last case.
Let's add them.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: David Collins <collinsd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/qcom-rpmh-regulator.c