|
@@ -1527,9 +1527,9 @@ static int set_serial_info(struct tty_struct *tty,
|
|
(new_serial.flags & ASYNC_FLAGS));
|
|
(new_serial.flags & ASYNC_FLAGS));
|
|
priv->custom_divisor = new_serial.custom_divisor;
|
|
priv->custom_divisor = new_serial.custom_divisor;
|
|
|
|
|
|
|
|
+check_and_exit:
|
|
write_latency_timer(port);
|
|
write_latency_timer(port);
|
|
|
|
|
|
-check_and_exit:
|
|
|
|
if ((old_priv.flags & ASYNC_SPD_MASK) !=
|
|
if ((old_priv.flags & ASYNC_SPD_MASK) !=
|
|
(priv->flags & ASYNC_SPD_MASK)) {
|
|
(priv->flags & ASYNC_SPD_MASK)) {
|
|
if ((priv->flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)
|
|
if ((priv->flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)
|