Skip to content

Commit 3108eb2

Browse files
author
Ulf Hansson
committed
mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS
All mmc host drivers should have the asynchronous probe option enabled, but it seems like we failed to set it for mmci, so let's do that now. Fixes: 21b2cec ("mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4") Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Yann Gautier <yann.gautier@foss.st.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20230612143730.210390-1-ulf.hansson@linaro.org
1 parent 30d6084 commit 3108eb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mmc/host/mmci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,7 @@ static struct amba_driver mmci_driver = {
24552455
.drv = {
24562456
.name = DRIVER_NAME,
24572457
.pm = &mmci_dev_pm_ops,
2458+
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
24582459
},
24592460
.probe = mmci_probe,
24602461
.remove = mmci_remove,

0 commit comments

Comments
 (0)