From 4332cd701590b5753ef04d9a898be4dc3ff111fb Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 1 Dec 2008 01:26:34 +0000 Subject: fix-glamo-mmc-reduce-insanity-timeout.patch Nothing on the card can really take 3s.. reduce to 300ms Signed-off-by: Andy Green --- drivers/mfd/glamo/glamo-mci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/mfd/glamo/glamo-mci.c') diff --git a/drivers/mfd/glamo/glamo-mci.c b/drivers/mfd/glamo/glamo-mci.c index e5bef30463b..b8674382cfe 100644 --- a/drivers/mfd/glamo/glamo-mci.c +++ b/drivers/mfd/glamo/glamo-mci.c @@ -579,8 +579,8 @@ static void glamo_mci_send_request(struct mmc_host *mmc) u16 * reg_resp = (u16 *)(host->base + GLAMO_REG_MMC_CMD_RSP1); u16 status; int n; - int timeout = 10000000; - int insanity_timeout = 10000000; + int timeout = 1000000; + int insanity_timeout = 1000000; if (host->suspending) { dev_err(&host->pdev->dev, "IGNORING glamo_mci_send_request while " -- cgit v1.2.3