aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-10-08 01:34:05 -0400
committerEduardo Valentin <edubezval@gmail.com>2015-11-04 14:10:09 -0500
commitbaba1ebb99ba1ffecfa40268d80e4e6406ef1d17 (patch)
treefe8c85b8f8ff5370de45e90c95c4eee2db4ac09d
parentbfa26838572cd9b2b0623fcbc7b9352dcaa4262b (diff)
thermal: exynos: Remove unneeded semicolon
Remove semicolons after switch statement. Acked-by: Lukasz Majewski <l.majewski@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/samsung/exynos_tmu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c
index eac6aebf82f3..1af7ea8dda71 100644
--- a/drivers/thermal/samsung/exynos_tmu.c
+++ b/drivers/thermal/samsung/exynos_tmu.c
@@ -548,7 +548,7 @@ static int exynos5433_tmu_initialize(struct platform_device *pdev)
548 default: 548 default:
549 pdata->cal_type = TYPE_ONE_POINT_TRIMMING; 549 pdata->cal_type = TYPE_ONE_POINT_TRIMMING;
550 break; 550 break;
551 }; 551 }
552 552
553 dev_info(&pdev->dev, "Calibration type is %d-point calibration\n", 553 dev_info(&pdev->dev, "Calibration type is %d-point calibration\n",
554 cal_type ? 2 : 1); 554 cal_type ? 2 : 1);
@@ -1356,7 +1356,7 @@ static int exynos_tmu_probe(struct platform_device *pdev)
1356 break; 1356 break;
1357 default: 1357 default:
1358 break; 1358 break;
1359 }; 1359 }
1360 1360
1361 /* 1361 /*
1362 * data->tzd must be registered before calling exynos_tmu_initialize(), 1362 * data->tzd must be registered before calling exynos_tmu_initialize(),