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

2013-10-18 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 Reviewed-by: Borislav Petkov Reviewed-by: Mauro Carvalho Chehab --- drivers/acpi/apei/cper.c | 2 +- 1 file changed, 1 insertion(+), 1

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

2013-10-18 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 gong.c...@linux.intel.com Reviewed-by: Borislav Petkov b...@suse.de Reviewed-by: Mauro Carvalho Chehab m.che...@samsung.com ---