]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: dmi_scan: Simplified displayed version
authorJean Delvare <jdelvare@suse.de>
Thu, 14 May 2015 12:40:50 +0000 (14:40 +0200)
committerJean Delvare <jdelvare@suse.de>
Thu, 14 May 2015 12:40:50 +0000 (14:40 +0200)
commit91a2d4f261b72b75977633d1b98f6911fdd2446a
tree3437b4ad62ee5a0a6e4269be250eb46c21348f96
parent194b7115c289879d9d371e5ad3e7d18c3489ecbf
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: d79cff1b3d99 ("firmware: dmi_scan: Use full dmi version for SMBIOS3")
Cc: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
drivers/firmware/dmi_scan.c