Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e72225d1 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] bogus #if (simserial)

parent 3352ae5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -130,7 +130,7 @@ static void rs_stop(struct tty_struct *tty)


static void rs_start(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",
	printk("rs_start: tty->stopped=%d tty->hw_stopped=%d tty->flow_stopped=%d\n",
		tty->stopped, tty->hw_stopped, tty->flow_stopped);
		tty->stopped, tty->hw_stopped, tty->flow_stopped);
#endif
#endif