summaryrefslogtreecommitdiff
path: root/drivers/char/synclink.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2008-05-01 04:35:19 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-01 08:04:02 -0700
commit5098021e1ed91388ab7f3984650e95a5584450c3 (patch)
tree4e26f67cd4762229fc09ba25c84e0fda7593322f /drivers/char/synclink.c
parent076482307ff1acfe88d5ad1a3fbfbac5cc8d7ad4 (diff)
drivers-char-synclinkc-inbreak-mgsl_put_char-fix
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Jiri Slaby <jirislaby@gmail.com> Cc: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/synclink.c')
-rw-r--r--drivers/char/synclink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c
index 384464b016a8..ac5080df2565 100644
--- a/drivers/char/synclink.c
+++ b/drivers/char/synclink.c
@@ -2033,7 +2033,7 @@ static int mgsl_put_char(struct tty_struct *tty, unsigned char ch)
int ret = 0;
if (debug_level >= DEBUG_LEVEL_INFO) {
- printk("%s(%d):mgsl_put_char(%d) on %s\n",
+ printk(KERN_DEBUG "%s(%d):mgsl_put_char(%d) on %s\n",
__FILE__, __LINE__, ch, info->device_name);
}