summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pci.c')
-rw-r--r--drivers/gpu/nvgpu/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index ed681c75..88b743bc 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -400,6 +400,8 @@ static void nvgpu_pci_remove(struct pci_dev *pdev)
400 platform->remove(g->dev); 400 platform->remove(g->dev);
401 gk20a_dbg(gpu_dbg_shutdown, "Platform remove done.\b"); 401 gk20a_dbg(gpu_dbg_shutdown, "Platform remove done.\b");
402 402
403 enable_irq(g->irq_stall);
404
403 kfree(g); 405 kfree(g);
404} 406}
405 407