We already call mmc_of_parse to get "broken-cd", so just
remove it here.

Signed-off-by: Shawn Lin <shawn....@rock-chips.com>
---

 drivers/mmc/host/sdhci-pltfm.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c
index 8b0fa73..dae5d0ba9 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -91,9 +91,6 @@ int sdhci_get_of_property(struct platform_device *pdev)
        if (sdhci_of_wp_inverted(np))
                host->quirks |= SDHCI_QUIRK_INVERTED_WRITE_PROTECT;
 
-       if (of_get_property(np, "broken-cd", NULL))
-               host->quirks |= SDHCI_QUIRK_BROKEN_CARD_DETECTION;
-
        if (of_get_property(np, "no-1-8-v", NULL))
                host->quirks2 |= SDHCI_QUIRK2_NO_1_8_V;
 
-- 
2.3.7


Reply via email to