mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-14 17:35:42 +00:00
[PATCH] bogus #if (simserial)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3352ae5de4
commit
e72225d160
@ -130,7 +130,7 @@ static void rs_stop(struct tty_struct *tty)
|
||||
|
||||
static void rs_start(struct tty_struct *tty)
|
||||
{
|
||||
#if SIMSERIAL_DEBUG
|
||||
#ifdef SIMSERIAL_DEBUG
|
||||
printk("rs_start: tty->stopped=%d tty->hw_stopped=%d tty->flow_stopped=%d\n",
|
||||
tty->stopped, tty->hw_stopped, tty->flow_stopped);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user