Re: [PATCH 1/2] Check dmi version when get system uuid

2013-03-15 Thread Anisse Astier
On Wed, 25 Jul 2012 19:04:57 +0800, "zhenzhong.duan" wrote : > As of version 2.6 of the SMBIOS specification, the first 3 > fields of the UUID are supposed to be encoded on little-endian. > > Also a minor fix to match variable meaning and mute checkpatch.pl > I'm late to the party, as this pa

[PATCH 1/2] Check dmi version when get system uuid

2012-07-25 Thread zhenzhong.duan
As of version 2.6 of the SMBIOS specification, the first 3 fields of the UUID are supposed to be encoded on little-endian. Also a minor fix to match variable meaning and mute checkpatch.pl Signed-off-by: Zhenzhong Duan --- drivers/firmware/dmi_scan.c | 19 --- 1 files changed,