IPQ40xx: clk: drop breaks in switch case
authorRobert Marko <robert.marko@sartura.hr>
Wed, 28 Oct 2020 12:56:24 +0000 (13:56 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2020 19:12:28 +0000 (14:12 -0500)
commit164cc98a7b9a8962a69cf4ae43bacb35eb98f51d
tree63deaa41fafd7dc2019c0a06be5b7faa5fc7efda
parent90534536a3a13672305ae4ff4ffcd4df9d7a4187
IPQ40xx: clk: drop breaks in switch case

There is no point in having break statements in the switch case as there is already a return before break.

So lets drop them from the driver.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/mach-ipq40xx/clock-ipq4019.c