From: Peter Hurley Date: Mon, 13 Jul 2015 02:49:08 +0000 (-0400) Subject: tty: core: Add tty_debug() for printk(KERN_DEBUG) messages X-Git-Tag: omap-for-v4.3/fixes-merge-window~43^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2dfa3d38797058fa03478b08bab3d3c4b081615;p=pandora-kernel.git tty: core: Add tty_debug() for printk(KERN_DEBUG) messages Introduce tty_debug() macro to output uniform debug information for tty core debug messages (function name and tty name). Note: printk(KERN_DEBUG) is retained here over pr_debug() since messages can be enabled in non-DEBUG builds. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed