commit | f1c884d77a57b9ff6e7d707461698d49fe65dd10 | [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 | 63c19ed4076ff2862ca1de5fdb4d1971143e9d09 [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>