summaryrefslogtreecommitdiff
path: root/configs/vexpress_ca5x2_defconfig
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2020-06-29 15:17:24 +0530
committerPeng Fan <peng.fan@nxp.com>2020-07-14 16:19:39 +0800
commit3ba1d53c420c321a72312902b735680491988bad (patch)
tree4308c4bea08eb3e25227a7a3e5ae95bbfa5efb8e /configs/vexpress_ca5x2_defconfig
parent497c7598c4e713eb9ad88fd7963e57b21b8b35e1 (diff)
mmc: mmc_spi: correct the while condition
When variable i will become 0, while(i--) loop breaks but variable i will again decrement to -1 because of i-- and that's why below condition "if (!i && (r != resp_match_value)" will never execute, So doing "i--" inside of while() loop solves this problem. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Tested-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'configs/vexpress_ca5x2_defconfig')
0 files changed, 0 insertions, 0 deletions