commit | 9e304d67ad4768585e4c7002341aac81272799ec | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 20 11:49:21 2014 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Nov 10 12:40:41 2014 +0100 |
tree | 41a222ca7129ca251bf2b8bbae82c925b4351a10 | |
parent | 56d09b1da7dbe18bdb4e4a74df4a00ab95e6aecd [diff] |
mmc: core: Remove redundant check of max_dtr while selecting timings If the MMC spec version is < CSD_SPEC_VER_4, there aren't support for the EXT_CSD register. Since max_dtr is fetched from there, it will default to zero, which thus isn't needed to verify. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>