Signed-off-by: Michal Clapinski <[email protected]>
Reviewed-by: Dan Williams <[email protected]>
---
 drivers/dax/hmem/hmem.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/dax/hmem/hmem.c b/drivers/dax/hmem/hmem.c
index c18451a37e4f..5a6d99d90f77 100644
--- a/drivers/dax/hmem/hmem.c
+++ b/drivers/dax/hmem/hmem.c
@@ -45,6 +45,7 @@ static struct platform_driver dax_hmem_driver = {
        .probe = dax_hmem_probe,
        .driver = {
                .name = "hmem",
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
 };
 
@@ -131,6 +132,7 @@ static struct platform_driver dax_hmem_platform_driver = {
        .probe = dax_hmem_platform_probe,
        .driver = {
                .name = "hmem_platform",
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
        },
 };
 
-- 
2.51.1.821.gb6fe4d2222-goog


Reply via email to