commit | 669fef464468d3f02d60a5cf725fc097e03c5cb8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Oct 28 03:48:57 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 30 14:04:52 2012 -0700 |
tree | a62d21f22f42fe51db1a7f8bf9d79e0243d799f5 | |
parent | d2ffc740f33d432949eee7479ac49bafd9f5108a [diff] |
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>