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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index b66a6658..4351ba5b 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -235,7 +235,7 @@ static irqreturn_t nvgpu_pci_isr(int irq, void *dev_id)
235 irqreturn_t ret_nonstall; 235 irqreturn_t ret_nonstall;
236 236
237 ret_stall = nvgpu_intr_stall(g); 237 ret_stall = nvgpu_intr_stall(g);
238 ret_nonstall = g->ops.mc.isr_nonstall(g); 238 ret_nonstall = nvgpu_intr_nonstall(g);
239 239
240#if defined(CONFIG_PCI_MSI) 240#if defined(CONFIG_PCI_MSI)
241 /* Send MSI EOI */ 241 /* Send MSI EOI */