diff options
Diffstat (limited to 'drivers/edac/edac_pci_sysfs.c')
-rw-r--r-- | drivers/edac/edac_pci_sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/edac_pci_sysfs.c b/drivers/edac/edac_pci_sysfs.c index 804833ce0fef..fac94cae2c3d 100644 --- a/drivers/edac/edac_pci_sysfs.c +++ b/drivers/edac/edac_pci_sysfs.c | |||
@@ -17,8 +17,8 @@ | |||
17 | 17 | ||
18 | #define EDAC_PCI_SYMLINK "device" | 18 | #define EDAC_PCI_SYMLINK "device" |
19 | 19 | ||
20 | static int check_pci_errors = 0; /* default YES check PCI parity */ | 20 | static int check_pci_errors; /* default YES check PCI parity */ |
21 | static int edac_pci_panic_on_pe = 0; /* default no panic on PCI Parity */ | 21 | static int edac_pci_panic_on_pe; /* default no panic on PCI Parity */ |
22 | static int edac_pci_log_pe = 1; /* log PCI parity errors */ | 22 | static int edac_pci_log_pe = 1; /* log PCI parity errors */ |
23 | static int edac_pci_log_npe = 1; /* log PCI non-parity error errors */ | 23 | static int edac_pci_log_npe = 1; /* log PCI non-parity error errors */ |
24 | static atomic_t pci_parity_count = ATOMIC_INIT(0); | 24 | static atomic_t pci_parity_count = ATOMIC_INIT(0); |