aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/r82600_edac.c
diff options
context:
space:
mode:
authorDouglas Thompson <dougthompson@xmission.com>2007-07-19 01:50:19 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-19 10:04:55 -0700
commitf044091ca4c0b05be8f83748d76d4fbba4fc74cf (patch)
tree0ceb7dabbddce313917ff5b7d15e72aed231859a /drivers/edac/r82600_edac.c
parent977c76bd687585f4528c6c9c6966842955771f52 (diff)
downloadkernel_samsung_smdk4412-f044091ca4c0b05be8f83748d76d4fbba4fc74cf.zip
kernel_samsung_smdk4412-f044091ca4c0b05be8f83748d76d4fbba4fc74cf.tar.gz
kernel_samsung_smdk4412-f044091ca4c0b05be8f83748d76d4fbba4fc74cf.tar.bz2
drivers/edac: remove null from statics
Patches to conform to coding style, namely static don't need to be initialized to NULL nor '0', as that is the default Signed-off-by: Douglas Thompson <dougthompson@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac/r82600_edac.c')
-rw-r--r--drivers/edac/r82600_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/r82600_edac.c b/drivers/edac/r82600_edac.c
index 0a971eb..eb6090e 100644
--- a/drivers/edac/r82600_edac.c
+++ b/drivers/edac/r82600_edac.c
@@ -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;