Re: [PATCH 2/2] Fetch dmi version from SMBIOS if it exist

2012-07-25 Thread zhenzhong.duan
于 2012-07-26 03:55, Andrew Morton 写道: On Wed, 25 Jul 2012 19:05:09 +0800 "zhenzhong.duan" wrote: The right dmi version is in SMBIOS if it's zero in DMI region This description is too brief to permit me to understand the patch. Can you please provide a more detailed explanation? This issu

Re: [PATCH 2/2] Fetch dmi version from SMBIOS if it exist

2012-07-25 Thread Andrew Morton
On Wed, 25 Jul 2012 19:05:09 +0800 "zhenzhong.duan" wrote: > The right dmi version is in SMBIOS if it's zero in DMI region > This description is too brief to permit me to understand the patch. Can you please provide a more detailed explanation? -- To unsubscribe from this list: send the line

[PATCH 2/2] Fetch dmi version from SMBIOS if it exist

2012-07-25 Thread zhenzhong.duan
The right dmi version is in SMBIOS if it's zero in DMI region Signed-off-by: Zhenzhong Duan --- drivers/firmware/dmi_scan.c | 63 -- 1 files changed, 48 insertions(+), 15 deletions(-) diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.