]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: use f_max instead of host->clock for timeouts
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 3 Aug 2011 15:36:01 +0000 (18:36 +0300)
committerChris Ball <cjb@laptop.org>
Sat, 13 Aug 2011 18:50:30 +0000 (14:50 -0400)
commit44fd2eaa4a87b2eef8dc0b2738e2dcf16616a4f7
treea2d74efe845f8c90e828b775d59eaaf134533bac
parent89dfb3301124bbb30444489be32a7c45f9ff93df
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>
drivers/mmc/host/sdhci.c