From: Andy Shevchenko Date: Wed, 3 Aug 2011 15:36:01 +0000 (+0300) Subject: mmc: sdhci: use f_max instead of host->clock for timeouts X-Git-Tag: v3.1-rc2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65be3fef930beb3e282e7f23dfba63289971430c;p=pandora-kernel.git mmc: sdhci: use f_max instead of host->clock for timeouts When timeout_clk is calculated the host->clock could be zero. So, instead of host->clock the calculation now uses mmc->f_max. Signed-off-by: Andy Shevchenko Cc: Mark Brown Signed-off-by: Chris Ball --- Reading git-diff-tree failed