lkml.org 
[lkml]   [2022]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 29/36] serial: pl011: Remove serial_rs485 sanitization
    Date
    Serial core handles serial_rs485 sanitization.

    Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
    ---
    drivers/tty/serial/amba-pl011.c | 5 -----
    1 file changed, 5 deletions(-)

    diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
    index cdc466e89aa8..eccd66625d25 100644
    --- a/drivers/tty/serial/amba-pl011.c
    +++ b/drivers/tty/serial/amba-pl011.c
    @@ -2681,17 +2681,12 @@ static int pl011_find_free_port(void)
    static int pl011_get_rs485_mode(struct uart_amba_port *uap)
    {
    struct uart_port *port = &uap->port;
    - struct serial_rs485 *rs485 = &port->rs485;
    int ret;

    ret = uart_get_rs485_mode(port);
    if (ret)
    return ret;

    - /* clamp the delays to [0, 100ms] */
    - rs485->delay_rts_before_send = min(rs485->delay_rts_before_send, 100U);
    - rs485->delay_rts_after_send = min(rs485->delay_rts_after_send, 100U);
    -
    return 0;
    }

    --
    2.30.2
    \
     
     \ /
      Last update: 2022-06-06 12:10    [W:4.391 / U:0.036 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site