Skip to content

Commit 30bf38e

Browse files
Zhenzhong Duanaegl
authored andcommitted
EDAC, pnd2: Set MCE_PRIO_EDAC priority for pnd2_mce_dec notifier
Avoid giving it MCE_PRIO_LOWEST priority by default. Signed-off-by: Zhenzhong Duan <[email protected]> Signed-off-by: Tony Luck <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b3a9e3b commit 30bf38e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/edac/pnd2_edac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,7 @@ static int pnd2_mce_check_error(struct notifier_block *nb, unsigned long val, vo
14321432

14331433
static struct notifier_block pnd2_mce_dec = {
14341434
.notifier_call = pnd2_mce_check_error,
1435+
.priority = MCE_PRIO_EDAC,
14351436
};
14361437

14371438
#ifdef CONFIG_EDAC_DEBUG

0 commit comments

Comments
 (0)