Attention is currently required from: Edward O'Callaghan, Angel Pons.
View Change
1 comment:
File dediprog.c:
Patch Set #1, Line 1276:
if (register_spi_master(&spi_master_dediprog))
return 1;
return dediprog_set_leds(LED_NONE);
I've preserved the original behaviour of the code, just moved the `dediprog_set_leds` call out of th […]
Probably not worth to merge this as is if we are going
to change the behavior anyway.
The order seems to have grown into this state before there
were return values to check. And then somebody decided
to check them. Switching the statements shouldn't make
a difference for the hardware (register_spi_master() just
performs software-internal setup). So I'm in favor to
switch the two.
To view, visit change 51706. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ib7e0179da39279e32a8497466b044b69ec836da8
Gerrit-Change-Number: 51706
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
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-Attention: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-Comment-Date: Mon, 22 Mar 2021 23:27:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus@gmail.com>
Comment-In-Reply-To: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: comment