Attention is currently required from: Idwer Vollering, Angel Pons, Light. Hello Keith Hui, build bot (Jenkins), Angel Pons, Anastasia Klimchuk, Keith Hui,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/62761
to look at the new patch set (#6).
Change subject: board_enable.c: Fix dead assignment ......................................................................
board_enable.c: Fix dead assignment
In function board_asus_p3b_f there were two consecutive lines which modified the value of variable b -- b=INB(0x80);b=INB(smbba);. Since the value of b is not used after first assignment I have removed that assignment.
Change-Id: I7458b416a69fd5e2aa300ca49d1352b6074ad0bc Signed-off-by: Aarya Chaumal aarya.chaumal@gmail.com --- M board_enable.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/61/62761/6