summaryrefslogtreecommitdiff
path: root/dmidecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmidecode.c')
-rw-r--r--dmidecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmidecode.c b/dmidecode.c
index d36eca6..982179f 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -4336,7 +4336,7 @@ static void dmi_table(u32 base, u16 len, u16 num, u16 ver, const char *devmem)
u8 *data;
int i = 0;
- if (ver > SUPPORTED_SMBIOS_VER)
+ if (ver > SUPPORTED_SMBIOS_VER && !(opt.flags & FLAG_QUIET))
{
printf("# SMBIOS implementations newer than version %u.%u are not\n"
"# fully supported by this version of dmidecode.\n",