From: Varka Bhadram Date: Thu, 10 Jul 2014 09:59:38 +0000 (+0530) Subject: net: cpmac: fix in debug messages X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff32045e7a1ec9eb35dbf057374b1bc5bf99bc1f;p=pandora-kernel.git net: cpmac: fix in debug messages This patch fix the debug message format. This patch changes to the commit f160a2d0b524eeebd97a68e2fbb59fad4cdd3fee: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed