Signed-off-by: Michal Clapinski <[email protected]>
Reviewed-by: Dan Williams <[email protected]>
---
drivers/dax/cxl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dax/cxl.c b/drivers/dax/cxl.c
index 13cd94d32ff7..90734ddbd369 100644
--- a/drivers/dax/cxl.c
+++ b/drivers/dax/cxl.c
@@ -38,6 +38,7 @@ static struct cxl_driver cxl_dax_region_driver = {
.id = CXL_DEVICE_DAX_REGION,
.drv = {
.suppress_bind_attrs = true,
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
};
--
2.51.1.821.gb6fe4d2222-goog