From: Takashi Iwai Date: Wed, 22 Dec 2010 08:59:44 +0000 (+0100) Subject: mmc: fix mmc_set_bus_width_ddr() call without bus-width-test cap X-Git-Tag: v2.6.38-rc1~418^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c82dfad2458f8f9b83126224a85e7ea9e2b046;p=pandora-kernel.git mmc: fix mmc_set_bus_width_ddr() call without bus-width-test cap With the bus-width test patch, mmc_set_bus_width*() isn't called properly when the driver doesn't set MMC_CAP_BUS_WIDTH and no DDR mode. This patch fixes the regression by moving the call up before the cap test. Signed-off-by: Takashi Iwai Reviewed-by: Chris Ball Signed-off-by: Chris Ball --- Reading git-diff-tree failed