From: Eric Miao Date: Tue, 13 Apr 2010 23:00:42 +0000 (+0800) Subject: [ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecond X-Git-Tag: v2.6.35-rc1~503^2~1^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97cab28b1895ecb0aa317cc785bb209f57fc1e8;p=pandora-kernel.git [ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecond delay_detect in HZ is confusing, convert it to be millisecond based. And thus remove those unnecessary call to msecs_to_jiffies() at runtime for this field. Other constants are converted assuming HZ == 100, which are basically true for those platforms. The assignment in csb726.c was incorrect, and is fixed in this patch as a result. Signed-off-by: Eric Miao Acked-by: Robert Jarzmik Acked-by: Marc Zyngier Acked-by: Marek Vasut Acked-by: Mike Rapoport Acked-by: Daniel Mack --- Reading git-diff-tree failed