
1 Sep
2017
1 Sep
'17
11:44 a.m.
On Sun, Aug 27, 2017 at 4:00 PM, Stefan Roese sr@denx.de wrote:
On 27.08.2017 04:22, Bin Meng wrote:
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
drivers/spi/ich.c | 2 -- 1 file changed, 2 deletions(-)
applied to u-boot-x86, thanks!