diff options
Diffstat (limited to 'drivers/usb/serial/mos7840.c')
-rw-r--r-- | drivers/usb/serial/mos7840.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c index 585b7e663740..d3fc30c5959d 100644 --- a/drivers/usb/serial/mos7840.c +++ b/drivers/usb/serial/mos7840.c | |||
@@ -1355,8 +1355,6 @@ static void mos7840_break(struct tty_struct *tty, int break_state) | |||
1355 | mos7840_port->shadowLCR); | 1355 | mos7840_port->shadowLCR); |
1356 | mos7840_set_uart_reg(port, LINE_CONTROL_REGISTER, | 1356 | mos7840_set_uart_reg(port, LINE_CONTROL_REGISTER, |
1357 | mos7840_port->shadowLCR); | 1357 | mos7840_port->shadowLCR); |
1358 | |||
1359 | return; | ||
1360 | } | 1358 | } |
1361 | 1359 | ||
1362 | /***************************************************************************** | 1360 | /***************************************************************************** |
@@ -1587,8 +1585,6 @@ static void mos7840_throttle(struct tty_struct *tty) | |||
1587 | if (status < 0) | 1585 | if (status < 0) |
1588 | return; | 1586 | return; |
1589 | } | 1587 | } |
1590 | |||
1591 | return; | ||
1592 | } | 1588 | } |
1593 | 1589 | ||
1594 | /***************************************************************************** | 1590 | /***************************************************************************** |
@@ -2063,8 +2059,6 @@ static void mos7840_change_port_settings(struct tty_struct *tty, | |||
2063 | mos7840_port->delta_msr_cond = 1; | 2059 | mos7840_port->delta_msr_cond = 1; |
2064 | dbg("mos7840_change_port_settings mos7840_port->shadowLCR is End %x", | 2060 | dbg("mos7840_change_port_settings mos7840_port->shadowLCR is End %x", |
2065 | mos7840_port->shadowLCR); | 2061 | mos7840_port->shadowLCR); |
2066 | |||
2067 | return; | ||
2068 | } | 2062 | } |
2069 | 2063 | ||
2070 | /***************************************************************************** | 2064 | /***************************************************************************** |
@@ -2133,7 +2127,6 @@ static void mos7840_set_termios(struct tty_struct *tty, | |||
2133 | mos7840_port->read_urb_busy = false; | 2127 | mos7840_port->read_urb_busy = false; |
2134 | } | 2128 | } |
2135 | } | 2129 | } |
2136 | return; | ||
2137 | } | 2130 | } |
2138 | 2131 | ||
2139 | /***************************************************************************** | 2132 | /***************************************************************************** |