Merge tag 'edac_for_4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[linux-2.6-block.git] / drivers / edac / i7core_edac.c
index 60e0bb53e9c9eccc0364148e673b7444a46384a9..8a68a5e943ea337b23efc3662f5a01848d0b1a8b 100644 (file)
@@ -1811,7 +1811,7 @@ static int i7core_mce_check_error(struct notifier_block *nb, unsigned long val,
 
        i7_dev = get_i7core_dev(mce->socketid);
        if (!i7_dev)
-               return NOTIFY_BAD;
+               return NOTIFY_DONE;
 
        mci = i7_dev->mci;
        pvt = mci->pvt_info;