View Change
2 comments:
File cli_classic.c:
Patch Set #1, Line 303: flash_name = 1;
Please add a check for mutliple operations specified, like the
other operations have it:
if (++operations_specified > 1) {
...
Maybe it's time to put that block into a separate function?
Patch Set #1, Line 618: msg_ginfo("vendor\"%s\" name=\"%s\"\n",
I wonder if we don't want to use printf() directly. It shouldn't
depend on the message level, should it?
To view, visit change 35591. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I23d574a2f8eaf809a5c0524490db9e3a560ede56
Gerrit-Change-Number: 35591
Gerrit-PatchSet: 1
Gerrit-Owner: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Alan Green <avg@google.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Comment-Date: Wed, 25 Sep 2019 08:57:58 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment