From: Philip Rakity Date: Sun, 7 Nov 2010 21:22:28 +0000 (-0500) Subject: mmc: Fix printing of card DDR type X-Git-Tag: v2.6.37-rc4~24^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d5c699f983a2da51f5165eb9a8fc6338124b6c;p=pandora-kernel.git mmc: Fix printing of card DDR type We should not call mmc_card_set_ddr_mode() if we are in single data mode. This sets DDR and causes the kernel log to say the card is DDR when it is not. Explicitly set ddr to 0 rather then rely on MMC_SDR_MODE being 0 when doing the checks. Signed-off-by: Philip Rakity Acked-by: Linus Walleij Acked-by: Kyungmin Park Signed-off-by: Chris Ball --- Reading git-diff-tree failed