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 >

