From: Adrian Hunter Date: Fri, 5 Dec 2014 17:40:59 +0000 (+0200) Subject: mmc: core: Simplify by adding mmc_execute_tuning() X-Git-Tag: fixes-v4.0-rc1~141^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e415c64003fd62a302a1dc19f082e2c6f1b7cc;p=pandora-kernel.git mmc: core: Simplify by adding mmc_execute_tuning() For each MMC, SD and SDIO there is code that holds the clock, calls ops->execute_tuning, and releases the clock. Simplify the code a bit by providing a separate function to do that. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed