commit | 675a7da857146338d047d1a63247bb48e7d5fed5 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue May 09 16:45:04 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Jun 20 10:30:08 2017 +0200 |
tree | 0ff138fece55a73b23d9c5195cee2d72608c9056 | |
parent | 940e698c902537dac147752d787ff95aad4b6dc5 [diff] |
mmc: sdricoh_cs: remove redundant check if len is non-zero At the end of either of the read or write loops len is always zero and hence the non-zero check on len and return of -EIO is redundant and can be removed. Detected by CoverityScan, CID#114293 ("Logically dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>