summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-03-11 15:11:17 -0500
committerDave Jones <davej@redhat.com>2011-03-11 15:11:17 -0500
commit963298eea1b8ee97315b99e2c98163a8b11c283c (patch)
treee3f602657eafa1516b04ff1d9be99de585ab211f
parentc1d31a969a21ea6775eb8e1b1b0b028c7a59b452 (diff)
Remove verbosity check
we want this to print out with --msr for eg, without needing to pass --verbose too.
-rw-r--r--identify.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/identify.c b/identify.c
index af38016..33f35de 100644
--- a/identify.c
+++ b/identify.c
@@ -107,10 +107,6 @@ void show_info(struct cpudata *cpu)
printf("\n");
-
- if (!verbose)
- return;
-
switch (cpu->vendor) {
case VENDOR_AMD:
display_AMD_info(cpu);