commit | 65be3fef930beb3e282e7f23dfba63289971430c | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Aug 03 18:36:01 2011 +0300 |
committer | Chris Ball <cjb@laptop.org> | Sat Aug 13 14:50:30 2011 -0400 |
tree | a2d74efe845f8c90e828b775d59eaaf134533bac | |
parent | 272308caaa6c0f2b1500a3660b9fa75f17a45cc4 [diff] |
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 <andriy.shevchenko@linux.intel.com> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Chris Ball <cjb@laptop.org>