[PATCH] bogus #if (simserial)

From: viro
Date: Wed Sep 07 2005 - 17:24:12 EST


Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-git7-xfs/arch/ia64/hp/sim/simserial.c RC13-git7-simserial/arch/ia64/hp/sim/simserial.c
--- RC13-git7-xfs/arch/ia64/hp/sim/simserial.c 2005-08-28 23:09:39.000000000 -0400
+++ RC13-git7-simserial/arch/ia64/hp/sim/simserial.c 2005-09-07 13:55:40.000000000 -0400
@@ -130,7 +130,7 @@

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/