2018-08-10 5:05 GMT+08:00 Tyler Baicar <baicar.tyler@xxxxxxxxx>: > On Thu, Aug 9, 2018 at 8:32 AM, gengdongjiu <gengdj.1984@xxxxxxxxx> wrote: >> >> 2018-08-08 0:26 GMT+08:00 Dongjiu Geng <gengdongjiu@xxxxxxxxxx>: >> > In order to remove the additional check before calling the >> > ghes_notify_sea(), make stub definition when !CONFIG_ACPI_APEI_SEA. >> > >> > After this cleanup, we can simply call the ghes_notify_sea() to let >> > APEI driver handle the SEA notification. >> > >> > CC: Tyler Baicar <tbaicar@xxxxxxxxxxxxxx> >> > CC: James Morse <james.morse@xxxxxxx> >> > Signed-off-by: Dongjiu Geng <gengdongjiu@xxxxxxxxxx> >> > Acked-by: Will Deacon <will.deacon@xxxxxxx> >> > --- >> > This cleanup is ever mentioned by Mark Rutland in [1] >> > >> > [1]: >> > https://lkml.org/lkml/2018/5/31/289 >> > > > FWIW - Looks good to me! Thanks very much for this comments and review, whether I can get your "Acked-by" or "Reviewed-by"? thanks > > Thanks, > Tyler