Message ID | alpine.DEB.2.02.1510012316140.2069@localhost6.localdomain6 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c @@ -548,7 +548,7 @@ static int exynos5433_tmu_initialize(str default: pdata->cal_type = TYPE_ONE_POINT_TRIMMING; break; - }; + } dev_info(&pdev->dev, "Calibration type is %d-point calibration\n", cal_type ? 2 : 1); @@ -1363,7 +1363,7 @@ static int exynos_tmu_probe(struct platf break; default: break; - }; + } ret = exynos_tmu_initialize(pdev); if (ret) {