summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index d3114ecd..0f2b576d 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1708,6 +1708,7 @@ int gk20a_busy(struct platform_device *pdev)
1708 pm_runtime_put_noidle(&pdev->dev); 1708 pm_runtime_put_noidle(&pdev->dev);
1709 if (platform->idle) 1709 if (platform->idle)
1710 platform->idle(pdev); 1710 platform->idle(pdev);
1711 goto fail;
1711 } 1712 }
1712#else 1713#else
1713 if (!g->power_on) { 1714 if (!g->power_on) {