From 757c22b1833eb90dc366e14958fb52299cb13c35 Mon Sep 17 00:00:00 2001 From: Patrice GUILEMOND Date: Tue, 12 Sep 2023 18:23:30 +0200 Subject: [PATCH] Revert commit 191628e2d96a ("mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS") This temporary reverts commit 191628e2d96a ("mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS") due to incompatibility with current version of PINCTRL driver. Once PINCTRL driver is updated, we'll repush this commit Signed-off-by: Patrice GUILEMOND Change-Id: Id01541e736b659612cb750f55e7816ff18288487 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/327320 Reviewed-by: Antonio Maria BORNEO Tested-by: Antonio Maria BORNEO ACI: CITOOLS Reviewed-by: Christophe KERELLO Tested-by: Patrice GUILEMOND Reviewed-by: Patrice GUILEMOND Domain-Review: Christophe KERELLO --- drivers/mmc/host/mmci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index a721777a8bbe4b..13de3b0b3de971 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -2383,7 +2383,6 @@ static struct amba_driver mmci_driver = { .drv = { .name = DRIVER_NAME, .pm = &mmci_dev_pm_ops, - .probe_type = PROBE_PREFER_ASYNCHRONOUS, }, .probe = mmci_probe, .remove = mmci_remove,