summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
diff options
context:
space:
mode:
authorJianhua Xie <jianhua.xie@freescale.com>2014-06-03 07:45:30 (GMT)
committerRichard Schmitt <richard.schmitt@freescale.com>2014-08-06 20:15:20 (GMT)
commit6f0b3897b77add2cdd99b738b34d4e0e25981aac (patch)
tree18e1209514d6a5403346cae6bf94c06be2d2ff3a /drivers/net/bonding
parent24416d7bdf408a2da0ec4036e13253bdb3e6aba2 (diff)
downloadlinux-fsl-qoriq-6f0b3897b77add2cdd99b738b34d4e0e25981aac.tar.xz
bonding: fix unfit debug description.
fix unfit debug description, add caller source. Signed-off-by: Jianhua Xie <jianhua.xie@freescale.com> Change-Id: I9266df0244ba7fb3918b1bfbbd89fc54f7d97175 Reviewed-on: http://git.am.freescale.net:8181/13580 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Jiafei Pan <Jiafei.Pan@freescale.com> Reviewed-by: Richard Schmitt <richard.schmitt@freescale.com>
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r--drivers/net/bonding/hw_distribution.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/hw_distribution.c b/drivers/net/bonding/hw_distribution.c
index e87d016..8962284 100644
--- a/drivers/net/bonding/hw_distribution.c
+++ b/drivers/net/bonding/hw_distribution.c
@@ -620,7 +620,7 @@ static void show_dbg_info(const struct qm_fd *fd, const char *func_name,
if (fd_status & FM_PORT_FRM_ERR_SIZE)
pr_err("FM_PORT_FRM_ERR_SIZE\n");
if (fd_status & FM_PORT_FRM_ERR_PRS_HDR_ERR)
- pr_err("oh_pcd_confq FM_PORT_FRM_ERR_PRS_HDR_ERR\n");
+ pr_err("[%s]:FM_PORT_FRM_ERR_PRS_HDR_ERR\n", func_name);
pr_info("[%s]:fd->format - qm_fd_contig:%d\n", func_name,
fd->format - qm_fd_contig);