diff options
Diffstat (limited to 'util/flashrom/flashrom.c')
-rw-r--r-- | util/flashrom/flashrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c index a8ea4a3cea..a176319da8 100644 --- a/util/flashrom/flashrom.c +++ b/util/flashrom/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) |