Skip to content

Commit

Permalink
Revert commit 191628e ("mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS")
Browse files Browse the repository at this point in the history
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 <[email protected]>

Change-Id: Id01541e736b659612cb750f55e7816ff18288487
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/327320
Reviewed-by: Antonio Maria BORNEO <[email protected]>
Tested-by: Antonio Maria BORNEO <[email protected]>
ACI: CITOOLS <[email protected]>
Reviewed-by: Christophe KERELLO <[email protected]>
Tested-by: Patrice GUILEMOND <[email protected]>
Reviewed-by: Patrice GUILEMOND <[email protected]>
Domain-Review: Christophe KERELLO <[email protected]>
  • Loading branch information
Patrice GUILEMOND authored and ashishverma2691 committed Sep 13, 2023
1 parent 94c9fea commit 757c22b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 757c22b

Please sign in to comment.