Skip to content

Commit

Permalink
drivers-char-synclinkc-inbreak-mgsl_put_char-fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 1, 2008
1 parent 0764823 commit 5098021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/synclink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 5098021

Please sign in to comment.