Re: [PATCH 1/8] ACPI, APEI, CPER: Fix status check during error printing

2013-10-11 Thread Borislav Petkov
On Fri, Oct 11, 2013 at 02:32:39AM -0400, Chen, Gong wrote: > Commit aaf9d93 only catches condition check before print, > but the similar check is needed during printing CPER error > sections. > > Signed-off-by: Chen, Gong Reviewed-by: Borislav Petkov -- Regards/Gruss, Boris. Sent from a

[PATCH 1/8] ACPI, APEI, CPER: Fix status check during error printing

2013-10-10 Thread Chen, Gong
Commit aaf9d93 only catches condition check before print, but the similar check is needed during printing CPER error sections. Signed-off-by: Chen, Gong --- drivers/acpi/apei/cper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/apei/cper.c b/drivers/acpi/apei/c