summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ofed/libcxgb4/dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ofed/libcxgb4/dev.c b/contrib/ofed/libcxgb4/dev.c
index 1e48478f7466..89494f9b46d7 100644
--- a/contrib/ofed/libcxgb4/dev.c
+++ b/contrib/ofed/libcxgb4/dev.c
@@ -202,8 +202,6 @@ static struct ibv_context *c4iw_alloc_context(struct ibv_device *ibdev,
* loader tunable "hw.cxl.write_combine=0"
*/
if (t5_en_wc && !context->status_page->wc_supported) {
- fprintf(stderr, "iw_cxgb4 driver doesn't support Write "
- "Combine, so regular DB writes will be used\n");
t5_en_wc = 0;
}
}