Attention is currently required from: Nico Huber, Edward O'Callaghan, Anastasia Klimchuk. Anastasia Klimchuk has uploaded a new patch set (#2) to the change originally created by Angel Pons. ( https://review.coreboot.org/c/flashrom/+/51706 )
Change subject: dediprog.c: Split up compound conditional and swap two operations ......................................................................
dediprog.c: Split up compound conditional and swap two operations
register_spi_master now becomes the last operation in init function, which is consistent with other spi masters.
In addition, the patch fixes propagation of register_spi_master return values, which is also consistent with other spi masters.
TEST=ninja test
Change-Id: Ib7e0179da39279e32a8497466b044b69ec836da8 Signed-off-by: Angel Pons th3fanbus@gmail.com Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M dediprog.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/06/51706/2