This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c | |
index 674b54c..f0f6e41 100644 | |
--- a/drivers/mmc/host/omap_hsmmc.c | |
+++ b/drivers/mmc/host/omap_hsmmc.c | |
@@ -1154,6 +1154,20 @@ static void set_data_timeout(struct omap_hsmmc_host *host, | |
unsigned int timeout_ns, | |
unsigned int timeout_clks) | |
{ | |
+ uint32_t reg; | |
+ |
NewerOlder