From: Pierre Ossman Date: Fri, 30 Jun 2006 09:22:23 +0000 (-0700) Subject: [MMC] sdhci: fix timeout loops in sdhci X-Git-Tag: v2.6.18-rc1~146^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb2c76fa2251474e42d55b75163c9d7ed11741e;p=pandora-kernel.git [MMC] sdhci: fix timeout loops in sdhci The current timeout loop assume that jiffies are updated. This might not be the case depending on locks and if the kernel is compiled without preemption. Change the system to use a counter and fixed delays. Signed-off-by: Pierre Ossman Signed-off-by: Andrew Morton Signed-off-by: Russell King --- Reading git-diff-tree failed