Commit baba1ebb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Eduardo Valentin

thermal: exynos: Remove unneeded semicolon

Remove semicolons after switch statement.
Acked-by: default avatarLukasz Majewski <l.majewski@samsung.com>
Tested-by: default avatarLukasz Majewski <l.majewski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent bfa26838
...@@ -548,7 +548,7 @@ static int exynos5433_tmu_initialize(struct platform_device *pdev) ...@@ -548,7 +548,7 @@ static int exynos5433_tmu_initialize(struct platform_device *pdev)
default: default:
pdata->cal_type = TYPE_ONE_POINT_TRIMMING; pdata->cal_type = TYPE_ONE_POINT_TRIMMING;
break; break;
}; }
dev_info(&pdev->dev, "Calibration type is %d-point calibration\n", dev_info(&pdev->dev, "Calibration type is %d-point calibration\n",
cal_type ? 2 : 1); cal_type ? 2 : 1);
...@@ -1356,7 +1356,7 @@ static int exynos_tmu_probe(struct platform_device *pdev) ...@@ -1356,7 +1356,7 @@ static int exynos_tmu_probe(struct platform_device *pdev)
break; break;
default: default:
break; break;
}; }
/* /*
* data->tzd must be registered before calling exynos_tmu_initialize(), * data->tzd must be registered before calling exynos_tmu_initialize(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment