projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] bogus #if (simserial)
[linux-2.6.git]
/
arch
/
ia64
/
hp
/
sim
/
simserial.c
diff --git
a/arch/ia64/hp/sim/simserial.c
b/arch/ia64/hp/sim/simserial.c
index
7dcb858
..
b42ec37
100644
(file)
--- a/
arch/ia64/hp/sim/simserial.c
+++ b/
arch/ia64/hp/sim/simserial.c
@@
-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