drivers/edac: remove null from statics
[pandora-kernel.git] / drivers / edac / r82600_edac.c
index 0a971eb..eb6090e 100644 (file)
@@ -131,7 +131,7 @@ struct r82600_error_info {
        u32 eapr;
 };
 
-static unsigned int disable_hardware_scrub = 0;
+static unsigned int disable_hardware_scrub;
 
 static struct edac_pci_ctl_info *r82600_pci;