From 03d6f5ffc5c469e66bfe0a7d8120d29d4c3c07c9 Mon Sep 17 00:00:00 2001 From: Aisheng Dong Date: Wed, 27 Aug 2014 15:26:32 +0800 Subject: [PATCH] mmc: sdhci: move timeout_clk dynamically calculation code into common code The timeout_clk calculation code for SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK case is common and could be moved into common sdhci_do_set_ios, then platform code which is not using sdhci_set_clock does not need to write the same code again. Signed-off-by: Dong Aisheng Signed-off-by: Ulf Hansson --- Reading git-format-patch failed