commit | c24930457d4b06903aa5dada50e04a83513e3b6b | [log] [tgz] |
---|---|---|
author | Jean Delvare <jdelvare@suse.de> | Thu May 14 14:40:50 2015 +0200 |
committer | Jean Delvare <jdelvare@suse.de> | Thu May 14 14:40:50 2015 +0200 |
tree | 3437b4ad62ee5a0a6e4269be250eb46c21348f96 | |
parent | 5ebe6afaf0057ac3eaeb98defd5456894b446d22 [diff] |
firmware: dmi_scan: Simplified displayed version The trailing .x adds no information for the reader, and if anyone tries to parse that line, this is more work as they have 3 different formats to handle instead of 2. Plus, this makes backporting fixes harder. Signed-off-by: Jean Delvare <jdelvare@suse.de> Fixes: 95be58df74a5 ("firmware: dmi_scan: Use full dmi version for SMBIOS3") Cc: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>