commit | 43c145b8b3eeb77a31d3dd4810929b14c29003de | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:44 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:23 2019 +0800 |
tree | 667a0ca076691f6b13d7a65013a02e40f4c3a5d8 | |
parent | c59f2ac175ec895dd7ddb7921c859c641565fef9 [diff] |
spi: ich: Correct max-size bug in ich_spi_adjust_size() This incorrectly shortens read operations if there is a maximum write size but no maximum read size. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>