summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/pci.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 6caf5ad9..1011b441 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -646,6 +646,8 @@ static int nvgpu_pci_probe(struct pci_dev *pdev,
646 return -ENOMEM; 646 return -ENOMEM;
647 } 647 }
648 648
649 hash_init(l->ecc_sysfs_stats_htable);
650
649 g = &l->g; 651 g = &l->g;
650 nvgpu_init_gk20a(g); 652 nvgpu_init_gk20a(g);
651 653