summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index a7289b66..af71cc81 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -1146,6 +1146,8 @@ static int gk20a_probe(struct platform_device *dev)
1146 return -ENOMEM; 1146 return -ENOMEM;
1147 } 1147 }
1148 1148
1149 hash_init(l->ecc_sysfs_stats_htable);
1150
1149 gk20a = &l->g; 1151 gk20a = &l->g;
1150 1152
1151 nvgpu_log_fn(gk20a, " "); 1153 nvgpu_log_fn(gk20a, " ");