diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/nfit/mce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/nfit/mce.c b/drivers/acpi/nfit/mce.c index 3ba1c3472cf9..fd86bec98dea 100644 --- a/drivers/acpi/nfit/mce.c +++ b/drivers/acpi/nfit/mce.c | |||
| @@ -26,7 +26,7 @@ static int nfit_handle_mce(struct notifier_block *nb, unsigned long val, | |||
| 26 | struct nfit_spa *nfit_spa; | 26 | struct nfit_spa *nfit_spa; |
| 27 | 27 | ||
| 28 | /* We only care about memory errors */ | 28 | /* We only care about memory errors */ |
| 29 | if (!(mce->status & MCACOD)) | 29 | if (!mce_is_memory_error(mce)) |
| 30 | return NOTIFY_DONE; | 30 | return NOTIFY_DONE; |
| 31 | 31 | ||
| 32 | /* | 32 | /* |
