serial: jsm: Convert jsm_printk to jsm_dbg
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 10:48:57 +0000 (03:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 21:04:52 +0000 (14:04 -0700)
commit669fef464468d3f02d60a5cf725fc097e03c5cb8
treea62d21f22f42fe51db1a7f8bf9d79e0243d799f5
parentd2ffc740f33d432949eee7479ac49bafd9f5108a
serial: jsm: Convert jsm_printk to jsm_dbg

These printks should all be emitted at KERN_DEBUG level.
Make them dependent on CONFIG_DEBUG or (#define DEBUG)
simplify the code a bit.

Add missing newlines where appropriate.

Most all of these messages could be deleted too.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/jsm/jsm.h
drivers/tty/serial/jsm/jsm_driver.c
drivers/tty/serial/jsm/jsm_neo.c
drivers/tty/serial/jsm/jsm_tty.c