commit | f1133c97065f3476e0c51fe13fb72b385dd55ab8 | [log] [tgz] |
---|---|---|
author | Alexander Kochetkov <al.kochet@gmail.com> | Tue Feb 20 14:35:55 2018 +0300 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Feb 23 15:57:41 2018 +0900 |
tree | f3b455d4882973f45dccbfef8f8424dbc3a036a6 | |
parent | b3857fd68b81fc24223da1fca862b49ffaf563d4 [diff] |
mmc: fix off-by-one bug in mmc_startup_v4() MMC card with EXT_CSD_REV value 9 will trigger off-by-one bug while accessing mmc_versions array. The patch fix that. Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>