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>
Sat, 13 Aug 2011 18:50:29 +0000 (14:50 -0400)
commit272308caaa6c0f2b1500a3660b9fa75f17a45cc4
tree0778e73914dccfb40439ec3c2b2b56d7647f4543
parent78a2ca2727a9b992901c715bc881b6ddb4ec6a4e
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