summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 6ef27abf..67a38e6e 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -132,7 +132,7 @@ static int gr_gp10b_handle_sm_exception(struct gk20a *g,
132 u32 lrf_single_count_delta, lrf_double_count_delta; 132 u32 lrf_single_count_delta, lrf_double_count_delta;
133 u32 shm_ecc_status; 133 u32 shm_ecc_status;
134 134
135 gr_gk20a_handle_sm_exception(g, 135 ret = gr_gk20a_handle_sm_exception(g,
136 gpc, tpc, sm, post_event, fault_ch, hww_global_esr); 136 gpc, tpc, sm, post_event, fault_ch, hww_global_esr);
137 137
138 /* Check for LRF ECC errors. */ 138 /* Check for LRF ECC errors. */