summaryrefslogtreecommitdiff
path: root/tdm
diff options
context:
space:
mode:
Diffstat (limited to 'tdm')
-rw-r--r--tdm/xivo_tdm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tdm/xivo_tdm.c b/tdm/xivo_tdm.c
index 00cfae9..1424058 100644
--- a/tdm/xivo_tdm.c
+++ b/tdm/xivo_tdm.c
@@ -336,9 +336,11 @@ static void xivo_tdm_deferred_transmit(
if (status != ICP_STATUS_SUCCESS) {
tx_errs++;
if (printk_ratelimit())
- printk(KERN_ERR
- "%s: icp_HssAccTransmit err %d cnum %u "
+ printk("%s%s: icp_HssAccTransmit err %d cnum %u "
"tx_errs %u\n",
+ status == ICP_STATUS_OVERFLOW ?
+ KERN_DEBUG :
+ KERN_ERR,
__func__, (int) status, cnum, tx_errs);
free_osal_buf(osal_buf);
}