commit | 26ed19c5c8eb376c74145bda6a83af9ac251664a | [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 | 02bf53626b4599c1f6d6a214eec07b75ae875b81 [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>