]> git.baikalelectronics.ru Git - kernel.git/commit
net: cpmac: fix in debug messages
authorVarka Bhadram <varkab@cdac.in>
Thu, 10 Jul 2014 09:59:38 +0000 (15:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jul 2014 23:55:22 +0000 (16:55 -0700)
commitb587f8a01ec7d1fe4f315cabb94f7a17b6b2083c
treef1a70c20cef280eaa3adb1a5b14d65b5801a1036
parentf6f6e47998f801ed6c7ccf5ceaea7f1720f62cd4
net: cpmac: fix in debug messages

This patch fix the debug message format. This patch changes to the
commit f1fd133ef540d215367342d6c4ecee05533650f4: net: cpmac: dynamic debug fixes

When we use pr_debug()/netdev_dbg() new lines are inserting in b/w
the values. The format when i use the printk()

These formats used in skb dump and reg dump. This functions
called from the entire code. So this will be enabled all the lines.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpmac.c