From 303dbedc3152b0a3828ea881b446c2e2a247662f Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 24 Feb 2015 13:42:23 +1100 Subject: [PATCH] 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-format-patch failed