lkml.org 
[lkml]   [2016]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH 18/21] mmc: sdhci-pltfm: remove SDHCI_QUIRK_BROKEN_CARD_DETECTION
    Date
    We already call mmc_of_parse to get "broken-cd", so just
    remove it here.

    Signed-off-by: Shawn Lin <shawn.lin@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

    \
     
     \ /
      Last update: 2016-01-27 07:01    [W:4.065 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site