It has little value on supported systems as we decode the same information in a more human-friendly way immediately after.
Signed-off-by: Jean Delvare <jdelv...@suse.de> --- dmidecode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- dmidecode.orig/dmidecode.c 2021-01-22 13:40:15.584406223 +0100 +++ dmidecode/dmidecode.c 2021-03-04 17:44:50.550086087 +0100 @@ -1087,8 +1087,9 @@ static void dmi_processor_id(const struc * This might help learn about new processors supporting the * CPUID instruction or another form of identification. */ - pr_attr("ID", "%02X %02X %02X %02X %02X %02X %02X %02X", - p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7]); + if (!(opt.flags & FLAG_QUIET)) + pr_attr("ID", "%02X %02X %02X %02X %02X %02X %02X %02X", + p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7]); if (type == 0x05) /* 80386 */ { -- Jean Delvare SUSE L3 Support _______________________________________________ https://lists.nongnu.org/mailman/listinfo/dmidecode-devel