tty: 8250, kill DEBUG_INTR
authorJiri Slaby <jslaby@suse.cz>
Mon, 9 May 2016 07:11:59 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 15:56:30 +0000 (08:56 -0700)
commit934014d5220616dc6ea62da6685b79855b164643
treeac2d6620c67d77e8c4861060c17c8a5464b3f43c
parentb0f8aed2cdabb01225b85087d7ea1a88bd22e079
tty: 8250, kill DEBUG_INTR

Convert DEBUG_INTR to pr_debug:
* defined semantics (DEBUG, DYNAMIC_DEBUG)
* KERN_DEBUG level instead of KERN_DEFAULT
* emit __func__ and \n
* verified 'fmt' even when !DEBUG

I wonder if anybody ever used that or whether we should just drop the
lines.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.h
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_port.c