commit | 7ab1b62267a721674fdb5a6674d53e224da13830 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Nov 30 17:43:58 2017 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:04 2018 +0900 |
tree | b469ffe717befa61963e7c952566184eb9f98c89 | |
parent | d7e5e03c1444d77a6142a3d150eb89a6f0166d9a [diff] |
mmc: fix for old MMCs (below version 4) The ext_csd is allocated only for MMC above version 4. The compare will crash or fail for older MMCs. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>