soc: samsung: exynos5422-asv: remove unneeded semicolon
authorTom Rix <trix@redhat.com>
Sun, 1 Nov 2020 15:28:44 +0000 (07:28 -0800)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 2 Nov 2020 18:46:46 +0000 (19:46 +0100)
A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20201101152844.2290728-1-trix@redhat.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/soc/samsung/exynos5422-asv.c

index 01bb305..ca409a9 100644 (file)
@@ -383,7 +383,7 @@ static int __asv_offset_voltage(unsigned int index)
                return 25000;
        default:
                return 0;
-       };
+       }
 }
 
 static void exynos5422_asv_offset_voltage_setup(struct exynos_asv *asv)