mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementation
authorAxel Lin <axel.lin@ingics.com>
Thu, 3 Oct 2013 09:04:40 +0000 (17:04 +0800)
committerChris Ball <chris@printf.net>
Mon, 21 Oct 2013 19:57:15 +0000 (15:57 -0400)
commit7b2399034af31d934ce3efc898e023e027f110bd
tree371580f9ba6a9b07a0f97837420f436c22157357
parent8776a165d152d57a3a58895d55204614abe93d7f
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 <axel.lin@ingics.com>
Acked-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/wmt-sdmmc.c