summaryrefslogtreecommitdiffstats
path: root/libflashrom.c
diff options
context:
space:
mode:
authoraarya <aarya.chaumal@gmail.com>2022-03-13 00:05:56 +0530
committerAnastasia Klimchuk <aklm@chromium.org>2022-03-30 01:01:40 +0000
commit6b85eb87c6db2eceb9fedb35c6491edcc020889f (patch)
tree601b806038463ac89886acc3c2c3fcb52569d26f /libflashrom.c
parentf93e098bfa33bf5d8d6c1a38301e207ad9c6d1bc (diff)
downloadflashrom-6b85eb87c6db2eceb9fedb35c6491edcc020889f.tar.gz
flashrom-6b85eb87c6db2eceb9fedb35c6491edcc020889f.tar.bz2
flashrom-6b85eb87c6db2eceb9fedb35c6491edcc020889f.zip
board_enable.c: Remove unnecessary assignment
In function board_asus_p3b_f there were two consecutive lines which modified the value of variable b // Do something with b b=INB(0x80); b=INB(smbba); //Do something with b Since the value of b is not used after first assignment, remove the first assignment. Change-Id: I7458b416a69fd5e2aa300ca49d1352b6074ad0bc Tested-by: Keith Hui <buurin@gmail.com> Signed-off-by: Aarya Chaumal <aarya.chaumal@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/62761 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Keith Hui <buurin@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'libflashrom.c')
0 files changed, 0 insertions, 0 deletions