diff options
Diffstat (limited to 'drivers/thermal/samsung/exynos_tmu.c')
-rw-r--r-- | drivers/thermal/samsung/exynos_tmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c index fb3841113b72..3f3b8cf0455a 100644 --- a/drivers/thermal/samsung/exynos_tmu.c +++ b/drivers/thermal/samsung/exynos_tmu.c | |||
@@ -266,7 +266,7 @@ static int exynos_tmu_initialize(struct platform_device *pdev) | |||
266 | data->base + reg->threshold_th2); | 266 | data->base + reg->threshold_th2); |
267 | } | 267 | } |
268 | con = readl(data->base + reg->tmu_ctrl); | 268 | con = readl(data->base + reg->tmu_ctrl); |
269 | con |= (1 << reg->therm_trip_en_shift); | 269 | con |= (1 << EXYNOS_TMU_THERM_TRIP_EN_SHIFT); |
270 | writel(con, data->base + reg->tmu_ctrl); | 270 | writel(con, data->base + reg->tmu_ctrl); |
271 | } | 271 | } |
272 | } | 272 | } |