diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-07-16 11:20:27 +0200 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2022-08-14 23:38:12 +0000 |
commit | bcdfcaf9b083ac4ce512c796313bdf1c6a143ff7 (patch) | |
tree | df8b572529a864ed7ef2a69150af217d62451abf /MAINTAINERS | |
parent | ca4608db6fb444752847db3de1b6d467ffdde16f (diff) | |
download | flashrom-bcdfcaf9b083ac4ce512c796313bdf1c6a143ff7.tar.gz flashrom-bcdfcaf9b083ac4ce512c796313bdf1c6a143ff7.tar.bz2 flashrom-bcdfcaf9b083ac4ce512c796313bdf1c6a143ff7.zip |
realtek_mst_i2c_spi.c: Use one variable to store raw parameter values
Currently, each programmer parameter has their own temp variable to
store their raw value into it. That's not needed since these variables
are only used for a short time to do some configuration and stay unused
then. Thus, use only one variable for all of them.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: I48502161add9b59d97f5eeb46f5984c075ad924a
Reviewed-on: https://review.coreboot.org/c/flashrom/+/65909
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Peter Marheine <pmarheine@chromium.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions