ramips: mt7620: eMMC: fix compiler warning (misleading indentation)
[openwrt/openwrt.git] / target / linux / ramips / patches-4.14 / 0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch
index 3411d30ab8242c52269a8ffe45df78113957e841..8ae3391278f0897fc2f3e91113606ecdfa44bdf5 100644 (file)
@@ -4551,11 +4551,11 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +    if ((hw->flags & MSDC_SDIO_IRQ) || (hw->flags & MSDC_EXT_SDIO_IRQ))
 +        mmc->caps |= MMC_CAP_SDIO_IRQ;  /* yes for sdio */
 +
-+      cd_active_low = !of_property_read_bool(pdev->dev.of_node, "mediatek,cd-high");
-+      mtk_sw_poll = of_property_read_bool(pdev->dev.of_node, "mediatek,cd-poll");
++    cd_active_low = !of_property_read_bool(pdev->dev.of_node, "mediatek,cd-high");
++    mtk_sw_poll = of_property_read_bool(pdev->dev.of_node, "mediatek,cd-poll");
 +
-+      if (mtk_sw_poll)
-+              mmc->caps |= MMC_CAP_NEEDS_POLL;
++    if (mtk_sw_poll)
++        mmc->caps |= MMC_CAP_NEEDS_POLL;
 +
 +    /* MMC core transfer sizes tunable parameters */
 +#if LINUX_VERSION_CODE > KERNEL_VERSION(3,10,0)