Commit e72225d160a2529d6ce6d5898a267f7dae02aa6e
Committed by
Linus Torvalds
1 parent
3352ae5de4
Exists in
master
and in
4 other branches
[PATCH] bogus #if (simserial)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
arch/ia64/hp/sim/simserial.c
| ... | ... | @@ -130,7 +130,7 @@ |
| 130 | 130 | |
| 131 | 131 | static void rs_start(struct tty_struct *tty) |
| 132 | 132 | { |
| 133 | -#if SIMSERIAL_DEBUG | |
| 133 | +#ifdef SIMSERIAL_DEBUG | |
| 134 | 134 | printk("rs_start: tty->stopped=%d tty->hw_stopped=%d tty->flow_stopped=%d\n", |
| 135 | 135 | tty->stopped, tty->hw_stopped, tty->flow_stopped); |
| 136 | 136 | #endif |