]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhci: move timeout_clk calculation farther down
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 3 Aug 2011 15:36:00 +0000 (18:36 +0300)
committerChris Ball <cjb@laptop.org>
Thu, 11 Aug 2011 20:57:02 +0000 (16:57 -0400)
commitde6dedcbf254c203cb451f6e3f740d1fb1e294c9
tree5b57218f214eff024da01d1b6d6b10a41764c222
parent87d56e213fd31d6f3b20d80fc81093df64af0600
mmc: sdhci: move timeout_clk calculation farther down

This moves the calculation below the assignment of mmc->f_max, which
we need for calculating timeout_clk in the next patch in this series.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c