EDAC: Fix MC scrub mode comparsion bug for correctable errors
authorLoc Ho <lho@apm.com>
Thu, 8 May 2014 23:03:16 +0000 (17:03 -0600)
committerBorislav Petkov <bp@suse.de>
Fri, 9 May 2014 07:35:04 +0000 (09:35 +0200)
commitaa2064d7dd35ac5812645780d2f22a7899e7c6e1
tree402c65a352fd327423c718593dfe9b25f5263da5
parentc5c0903b2cda930c76d296419d290137294779f2
EDAC: Fix MC scrub mode comparsion bug for correctable errors

The MC structure field scrub_mode is of integer type - not bit field.
Use it accordingly.

Signed-off-by: Loc Ho <lho@apm.com>
Link: http://lkml.kernel.org/r/1399590199-12256-2-git-send-email-lho@apm.com
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/edac_mc.c