commit | cfbd903ceb51b6c24510e03abdbd366f5736f45e | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Dec 04 15:11:08 2023 +0000 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Dec 07 00:23:07 2023 +0000 |
tree | f71f56858f3a32e2b626446c49c1e654a4fa14ee | |
parent | 9b0af9cfede26ec487ce71523eaba23cbfe7192c [diff] |
ufs: flush dcache before reading transfer result Sometimes we get a cache hit and read back the default OCS value (0xf) in ufs_scsi_exec(). Add a flush_dcache_range() call to prevent this. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>