Re: [PATCH v1 1/2] firmware: dmi_scan: Split out dmi_get_entry_point() helper

2016-12-15 Thread Jean Delvare
Hi Andy, On Fri, 2 Dec 2016 21:54:15 +0200, Andy Shevchenko wrote: > This is preparatory patch to pass DMI entry point to kexec'ed kernel. You are doing more than that. You are actually changing the logic. There is this comment in the code: * [...] If we * have

[PATCH v1 1/2] firmware: dmi_scan: Split out dmi_get_entry_point() helper

2016-12-02 Thread Andy Shevchenko
This is preparatory patch to pass DMI entry point to kexec'ed kernel. Signed-off-by: Andy Shevchenko --- drivers/firmware/dmi_scan.c | 37 + 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan