From: Aisheng Dong Date: Wed, 27 Aug 2014 07:26:31 +0000 (+0800) Subject: mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_host X-Git-Tag: fixes-against-v3.18-rc2~127^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28aab053396125c8e191537ec2b9781ec0174b04;p=pandora-kernel.git mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_host The timeout_clk calculation code in sdhci_add_host is meaningless for SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK. So only execute them with no SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK set. Signed-off-by: Dong Aisheng Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed