From: Axel Lin Date: Thu, 3 Oct 2013 09:04:40 +0000 (+0800) Subject: mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementation X-Git-Tag: v3.13-rc1~50^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2399034af31d934ce3efc898e023e027f110bd;p=pandora-kernel.git mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementation Simplify the code to set/clear BM_SD_OFF bit: | power_inverted: 0 | power_inverted: 1 ------------------------------------------------- enable: 0 | SET BM_SD_OFF | CLEAR BM_SD_OFF ------------------------------------------------- enable: 1 | CLEAR BM_SD_OFF | SET BM_SD_OFF Signed-off-by: Axel Lin Acked-by: Tony Prisk Signed-off-by: Chris Ball --- Reading git-diff-tree failed