Skip to content

Commit 757c22b

Browse files
Patrice GUILEMONDashishverma2691
authored andcommitted
Revert commit 191628e ("mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS")
This temporary reverts commit 191628e ("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 <patrice.guilemond-ext@st.com> Change-Id: Id01541e736b659612cb750f55e7816ff18288487 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/327320 Reviewed-by: Antonio Maria BORNEO <antonio.borneo@foss.st.com> Tested-by: Antonio Maria BORNEO <antonio.borneo@foss.st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Reviewed-by: Christophe KERELLO <christophe.kerello@st.com> Tested-by: Patrice GUILEMOND <patrice.guilemond-ext@st.com> Reviewed-by: Patrice GUILEMOND <patrice.guilemond-ext@st.com> Domain-Review: Christophe KERELLO <christophe.kerello@st.com>
1 parent 94c9fea commit 757c22b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mmc/host/mmci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,6 @@ static struct amba_driver mmci_driver = {
23832383
.drv = {
23842384
.name = DRIVER_NAME,
23852385
.pm = &mmci_dev_pm_ops,
2386-
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
23872386
},
23882387
.probe = mmci_probe,
23892388
.remove = mmci_remove,

0 commit comments

Comments
 (0)