]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/edac/sb_edac.c
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / edac / sb_edac.c
index 573be9c0ffb8439e6037d6fed70217b344ff5427..a65ea44e3b0bf66294c0c32effb774c9d3c23622 100644 (file)
@@ -3117,7 +3117,8 @@ static int sbridge_mce_check_error(struct notifier_block *nb, unsigned long val,
 }
 
 static struct notifier_block sbridge_mce_dec = {
-       .notifier_call      = sbridge_mce_check_error,
+       .notifier_call  = sbridge_mce_check_error,
+       .priority       = MCE_PRIO_EDAC,
 };
 
 /****************************************************************************