Attention is currently required from: Angel Pons, Martin Roth.
Hello Angel Pons, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/75359
to look at the new patch set (#2).
Change subject: amd_imc.c: Cleanup C89ism and redundant NULL check ......................................................................
amd_imc.c: Cleanup C89ism and redundant NULL check
A bit of spring cleaning here to freshen up some C89ism's, drop a redundant NULLality check in a static local function and canonicalise branch predictions. Also const correct some static locals and add missing include while here.
This makes the code overall shorter, more consistent and succinct.
Change-Id: I1dbae500010fa50a67609efb3cbb5778b684ad04 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M amd_imc.c 1 file changed, 29 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/75359/2