[PATCH 02/10] staging: mt7621-mmc: Remove obsolete comments

From: George Hilliard
Date: Wed Feb 20 2019 - 00:18:50 EST


These comments don't contain useful code or alternate implementation
ideas. Remove them.

Signed-off-by: George Hilliard <thirtythreeforty@xxxxxxxxx>
---
drivers/staging/mt7621-mmc/sd.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c
index 4b26ec896a96..1d357b898952 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -100,7 +100,6 @@ static int cd_active_low = 1;
struct msdc_hw msdc0_hw = {
.clk_src = 0,
.flags = MSDC_CD_PIN_EN | MSDC_REMOVABLE,
-// .flags = MSDC_WP_PIN_EN | MSDC_CD_PIN_EN | MSDC_REMOVABLE,
};

/* end of +++ */
@@ -1671,7 +1670,6 @@ static int msdc_drv_probe(struct platform_device *pdev)
host->timeout_clks = DEFAULT_DTOC * 65536;

host->mrq = NULL;
- //init_MUTEX(&host->sem); /* we don't need to support multiple threads access */

dma_coerce_mask_and_coherent(mmc_dev(mmc), DMA_BIT_MASK(32));

--
2.20.1