]> 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>
Wed, 3 Aug 2011 18:49:49 +0000 (14:49 -0400)
commit12fc07dba6092bd45b979e5474cad51c337f45b6
tree80ff53d4ff5874b9f97f10897f3dcb3c77f570a1
parentf2f345bd6c1f2f2ba4a82e53000074ebb22fdfd0
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