diff options
Diffstat (limited to 'drivers/serial/sh-sci.c')
-rw-r--r-- | drivers/serial/sh-sci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 83bf1b8d7744..999fe5f5d938 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -554,8 +554,7 @@ static void sci_receive_chars(struct uart_port *port) | |||
554 | */ | 554 | */ |
555 | static inline void sci_schedule_break_timer(struct sci_port *port) | 555 | static inline void sci_schedule_break_timer(struct sci_port *port) |
556 | { | 556 | { |
557 | port->break_timer.expires = jiffies + SCI_BREAK_JIFFIES; | 557 | mod_timer(&port->break_timer, jiffies + SCI_BREAK_JIFFIES); |
558 | add_timer(&port->break_timer); | ||
559 | } | 558 | } |
560 | 559 | ||
561 | /* Ensure that two consecutive samples find the break over. */ | 560 | /* Ensure that two consecutive samples find the break over. */ |