summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index f0137a70..e9385db0 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -105,8 +105,7 @@ static struct gpu_ops gp10b_ops = {
105 } 105 }
106}; 106};
107 107
108static int gp10b_get_litter_value(struct gk20a *g, 108static int gp10b_get_litter_value(struct gk20a *g, int value)
109 enum nvgpu_litter_value value)
110{ 109{
111 int ret = EINVAL; 110 int ret = EINVAL;
112 switch (value) { 111 switch (value) {