iw_cxgb4: remove false error log entry
[linux-2.6-block.git] / drivers / infiniband / hw / cxgb4 / cm.c
index cd2ff5f9518a2b7143d53821672a5d98b9773b17..0c2111b5b2e4ce0d37a012facaac21612a8c7552 100644 (file)
@@ -2399,8 +2399,7 @@ static int pass_accept_req(struct c4iw_dev *dev, struct sk_buff *skb)
        }
 
        if (state_read(&parent_ep->com) != LISTEN) {
-               printk(KERN_ERR "%s - listening ep not in LISTEN\n",
-                      __func__);
+               PDBG("%s - listening ep not in LISTEN\n", __func__);
                goto reject;
        }