From 7b2399034af31d934ce3efc898e023e027f110bd Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Thu, 3 Oct 2013 17:04:40 +0800 Subject: [PATCH] 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-format-patch failed