summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 4d459ef4..09230437 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -4179,7 +4179,6 @@ int gk20a_pmu_destroy(struct gk20a *g)
4179 g->pg_gating_cnt += gating_cnt; 4179 g->pg_gating_cnt += gating_cnt;
4180 4180
4181 mutex_lock(&pmu->isr_mutex); 4181 mutex_lock(&pmu->isr_mutex);
4182 pmu_enable(pmu, false);
4183 pmu->isr_enabled = false; 4182 pmu->isr_enabled = false;
4184 mutex_unlock(&pmu->isr_mutex); 4183 mutex_unlock(&pmu->isr_mutex);
4185 4184