commit | 52dd56ba847acd048205e6412e779fda991c95d3 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat Aug 26 19:22:58 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sat Sep 02 23:35:55 2017 +0800 |
tree | 21aeceded5e03c18e04652e3a52b73b3f78730e3 | |
parent | 6ef2f90108e2cf101d931c71ea7904f2b6301641 [diff] |
x86: ich-spi: Remove useless assignment in ich_spi_xfer() In ich_spi_xfer() when the driver presets control fields, control variable gets assigned twice. Apparently only the last assignment takes effect. Remove the other one. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>