summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 5201b7ed..7fa17988 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1796,7 +1796,7 @@ int gk20a_busy(struct device *dev)
1796 } 1796 }
1797#else 1797#else
1798 if (!g->power_on) { 1798 if (!g->power_on) {
1799 ret = gk20a_gpu_is_virtual(pdev) ? 1799 ret = gk20a_gpu_is_virtual(dev) ?
1800 vgpu_pm_finalize_poweron(dev) 1800 vgpu_pm_finalize_poweron(dev)
1801 : gk20a_pm_finalize_poweron(dev); 1801 : gk20a_pm_finalize_poweron(dev);
1802 if (ret) 1802 if (ret)