Submitter | James Morse |
---|---|
Date | Jan. 29, 2019, 6:48 p.m. |
Message ID | <20190129184902.102850-8-james.morse@arm.com> |
Download | mbox | patch |
Permalink | /patch/712687/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index a34f79153b1a..c20e1d0947b1 100644 --- a/drivers/acpi/apei/ghes.c +++ b/drivers/acpi/apei/ghes.c @@ -940,9 +940,6 @@ static int ghes_notify_nmi(unsigned int cmd, struct pt_regs *regs) __ghes_panic(ghes, buf_paddr); } - if (!(ghes->flags & GHES_TO_CLEAR)) - continue; - __process_error(ghes); ghes_clear_estatus(ghes, buf_paddr); }