summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index 35658f31..17126dc8 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -354,8 +354,9 @@ static int gk20a_tegra_railgate(struct platform_device *pdev)
354 354
355static int gk20a_tegra_unrailgate(struct platform_device *pdev) 355static int gk20a_tegra_unrailgate(struct platform_device *pdev)
356{ 356{
357 tegra_unpowergate_partition(TEGRA_POWERGATE_GPU); 357 int ret;
358 return 0; 358 ret = tegra_unpowergate_partition(TEGRA_POWERGATE_GPU);
359 return ret;
359} 360}
360 361
361struct { 362struct {