projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0764823
)
drivers-char-synclinkc-inbreak-mgsl_put_char-fix
author
Andrew Morton
<akpm@linux-foundation.org>
Thu, 1 May 2008 11:35:19 +0000
(
04:35
-0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 1 May 2008 15:04:02 +0000
(08:04 -0700)
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>
drivers/char/synclink.c
patch
|
blob
|
history
diff --git
a/drivers/char/synclink.c
b/drivers/char/synclink.c
index 384464b016a87f6a1ed2dcc9c5534acf7e7998b1..ac5080df2565aef4cd85e96a112d3cd3ffa7820f 100644
(file)
--- 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);
}