From: Dave Liu Date: Wed, 6 May 2009 10:40:07 +0000 (+0800) Subject: sdhci-of: Fix the wrong accessor to HOSTVER register X-Git-Tag: v2.6.30~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf6a5fcbcc2248f1e676f7a0a7d49cd4b535d2a;p=pandora-kernel.git sdhci-of: Fix the wrong accessor to HOSTVER register Freescale eSDHC controller has the special order for the HOST version register. that is not same as the other's registers. The address of HOSTVER in spec is 0xFE, and we need use the in_be16(0xFE) to access it, not in_be16(0xFC). Signed-off-by: Dave Liu Acked-by: Anton Vorontsov Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed