summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index a8ea4a3..a176319 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -200,7 +200,7 @@ void print_supported_chips(void)
printf("Supported ROM chips:\n\n");
for (i = 0; flashchips[i].name != NULL; i++)
- printf("%s %s\n", flashchips[i].vendor, flashchips[i].name);
+ printf("%s\n", flashchips[i].name);
}
void usage(const char *name)
OpenPOWER on IntegriCloud