From: Tom Rix <[email protected]>

A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <[email protected]>
---
 drivers/soc/samsung/exynos5422-asv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/samsung/exynos5422-asv.c 
b/drivers/soc/samsung/exynos5422-asv.c
index 01bb3050d678..ca409a976e34 100644
--- a/drivers/soc/samsung/exynos5422-asv.c
+++ b/drivers/soc/samsung/exynos5422-asv.c
@@ -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)
-- 
2.18.1

Reply via email to