aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/net/qeth_main.c')
-rw-r--r--drivers/s390/net/qeth_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_main.c b/drivers/s390/net/qeth_main.c
index b41a53816e92..fe6164795eda 100644
--- a/drivers/s390/net/qeth_main.c
+++ b/drivers/s390/net/qeth_main.c
@@ -4508,7 +4508,8 @@ qeth_do_send_packet(struct qeth_card *card, struct qeth_qdio_out_q *queue,
4508 /* check if we have enough elements (including following 4508 /* check if we have enough elements (including following
4509 * free buffers) to handle eddp context */ 4509 * free buffers) to handle eddp context */
4510 if (qeth_eddp_check_buffers_for_context(queue,ctx) < 0){ 4510 if (qeth_eddp_check_buffers_for_context(queue,ctx) < 0){
4511 printk("eddp tx_dropped 1\n"); 4511 if (net_ratelimit())
4512 PRINT_WARN("eddp tx_dropped 1\n");
4512 rc = -EBUSY; 4513 rc = -EBUSY;
4513 goto out; 4514 goto out;
4514 } 4515 }