diff options
-rw-r--r-- | drivers/edac/edac_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/edac/edac_pci.c b/drivers/edac/edac_pci.c index ee87ef972ead..dd370f92ace3 100644 --- a/drivers/edac/edac_pci.c +++ b/drivers/edac/edac_pci.c | |||
@@ -470,7 +470,8 @@ struct edac_pci_ctl_info *edac_pci_create_generic_ctl(struct device *dev, | |||
470 | 470 | ||
471 | pci->mod_name = mod_name; | 471 | pci->mod_name = mod_name; |
472 | pci->ctl_name = EDAC_PCI_GENCTL_NAME; | 472 | pci->ctl_name = EDAC_PCI_GENCTL_NAME; |
473 | pci->edac_check = edac_pci_generic_check; | 473 | if (edac_op_state == EDAC_OPSTATE_POLL) |
474 | pci->edac_check = edac_pci_generic_check; | ||
474 | 475 | ||
475 | pdata->edac_idx = edac_pci_idx++; | 476 | pdata->edac_idx = edac_pci_idx++; |
476 | 477 | ||