From: Ulf Hansson Date: Mon, 20 Oct 2014 09:49:21 +0000 (+0200) Subject: mmc: core: Remove redundant check of max_dtr while selecting timings X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e304d67ad4768585e4c7002341aac81272799ec;p=pandora-kernel.git 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 --- Reading git-diff-tree failed