Attention is currently required from: Maximilian Brune, Andrey Petrov.
Hello build bot (Jenkins), Lean Sheng Tan, Andrey Petrov,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68592
to look at the new patch set (#3).
Change subject: drivers/intel/fsp2_0/memory_init.c: clean code ......................................................................
drivers/intel/fsp2_0/memory_init.c: clean code
No need to call a function that just instantly returns. It greatly enhances readability to just check before calling a funtion and it also removes an extra argument.
Change-Id: I4d57c45ede520160ef615725c023b7e92289a995 Signed-off-by: Maximilian Brune maximilian.brune@9elements.com --- M src/drivers/intel/fsp2_0/memory_init.c 1 file changed, 15 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/68592/3