Loading drivers/mmc/host/sdhci-msm.c +6 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * drivers/mmc/host/sdhci-msm.c - Qualcomm MSM SDHCI Platform * driver source file * * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3365,6 +3365,11 @@ static int sdhci_msm_probe(struct platform_device *pdev) */ sdhci_msm_setup_pins(msm_host->pdata, true); /* * This delay is needed for stabilizing the card detect GPIO * line after changing the pull configs. */ usleep_range(10000, 10500); ret = mmc_gpio_request_cd(msm_host->mmc, msm_host->pdata->status_gpio); if (ret) { Loading Loading
drivers/mmc/host/sdhci-msm.c +6 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * drivers/mmc/host/sdhci-msm.c - Qualcomm MSM SDHCI Platform * driver source file * * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3365,6 +3365,11 @@ static int sdhci_msm_probe(struct platform_device *pdev) */ sdhci_msm_setup_pins(msm_host->pdata, true); /* * This delay is needed for stabilizing the card detect GPIO * line after changing the pull configs. */ usleep_range(10000, 10500); ret = mmc_gpio_request_cd(msm_host->mmc, msm_host->pdata->status_gpio); if (ret) { Loading