summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 680b1637..65144cc5 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -3782,7 +3782,7 @@ int gr_gk20a_add_zbc(struct gk20a *g, struct gr_gk20a *gr,
3782 struct zbc_color_table *c_tbl; 3782 struct zbc_color_table *c_tbl;
3783 struct zbc_depth_table *d_tbl; 3783 struct zbc_depth_table *d_tbl;
3784 u32 i; 3784 u32 i;
3785 int ret = -ENOMEM; 3785 int ret = -ENOSPC;
3786 bool added = false; 3786 bool added = false;
3787 u32 entries; 3787 u32 entries;
3788 3788