Re: [PATCH v6 2/2] acpi: apei: Do not panic() on PCIe errors reported through GHES
From: Alex G. <hidden>
Date: 2018-05-21 17:41:47
Also in:
lkml
From: Alex G. <hidden>
Date: 2018-05-21 17:41:47
Also in:
lkml
On 05/21/2018 09:27 AM, Tyler Baicar wrote:
On 5/21/2018 9:49 AM, Alexandru Gagniuc wrote:
(snip)
Hello Alex, There is a compile warning if CONFIG_HAVE_ACPI_APEI_NMI is not selected. CC drivers/acpi/apei/ghes.o drivers/acpi/apei/ghes.c:483:12: warning: ‘ghes_severity’ defined but not used [-Wunused-function] static int ghes_severity(struct ghes *ghes) ^~~~~~~~~~~~~
Thanks for finding that. It's an easy fix. Staged for v7.
Thanks, Tyler