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

diff --git a/drivers/dax/device.c b/drivers/dax/device.c
index 2bb40a6060af..74f2381a7df6 100644
--- a/drivers/dax/device.c
+++ b/drivers/dax/device.c
@@ -470,6 +470,9 @@ static int dev_dax_probe(struct dev_dax *dev_dax)
 static struct dax_device_driver device_dax_driver = {
        .probe = dev_dax_probe,
        .type = DAXDRV_DEVICE_TYPE,
+       .drv = {
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
+       },
 };
 
 static int __init dax_init(void)
-- 
2.51.1.821.gb6fe4d2222-goog


Reply via email to