From: NeilBrown Date: Tue, 24 Feb 2015 02:42:23 +0000 (+1100) Subject: mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus. X-Git-Tag: omap-for-v4.1/fixes-rc1~178^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303dbedc3152b0a3828ea881b446c2e2a247662f;p=pandora-kernel.git mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus. Every call to sdio_enable_4bit_bus is followed (on success) by a call to mmc_set_bus_width(). To simplify the code, include those calls directly in sdio_enable_4bit_bus(). Signed-off-by: NeilBrown Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed