aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r--drivers/tty/serial/crisv10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/serial/crisv10.c
index 45acf103433e..5f37c31e32bc 100644
--- a/drivers/tty/serial/crisv10.c
+++ b/drivers/tty/serial/crisv10.c
@@ -3122,7 +3122,7 @@ static int rs_raw_write(struct tty_struct *tty,
3122 3122
3123 /* first some sanity checks */ 3123 /* first some sanity checks */
3124 3124
3125 if (!tty || !info->xmit.buf) 3125 if (!info->xmit.buf)
3126 return 0; 3126 return 0;
3127 3127
3128#ifdef SERIAL_DEBUG_DATA 3128#ifdef SERIAL_DEBUG_DATA