RE: [EXT] [PATCH v1 2/3] tty: serial: lpuart: Use defines that correspond to correct register

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Philippe Schenker <philippe.schenker@xxxxxxxxxxx> Sent: Wednesday, October 16, 2019 11:19 PM
> Use UARTMODIR defines instead of UARTMODEM as it is a 32-bit function
> 
> Signed-off-by: Philippe Schenker <philippe.schenker@xxxxxxxxxxx>

Reviewed-by: Fugang Duan <fugang.duan@xxxxxxx>

> ---
> 
>  drivers/tty/serial/fsl_lpuart.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/tty/serial/fsl_lpuart.c b/drivers/tty/serial/fsl_lpuart.c index
> f3271857621c..346b4a070ce9 100644
> --- a/drivers/tty/serial/fsl_lpuart.c
> +++ b/drivers/tty/serial/fsl_lpuart.c
> @@ -1879,10 +1879,10 @@ lpuart32_set_termios(struct uart_port *port,
> struct ktermios *termios,
>         }
> 
>         if (termios->c_cflag & CRTSCTS) {
> -               modem |= UARTMODEM_RXRTSE |
> UARTMODEM_TXCTSE;
> +               modem |= (UARTMODIR_RXRTSE |
> UARTMODIR_TXCTSE);
>         } else {
>                 termios->c_cflag &= ~CRTSCTS;
> -               modem &= ~(UARTMODEM_RXRTSE |
> UARTMODEM_TXCTSE);
> +               modem &= ~(UARTMODIR_RXRTSE |
> UARTMODIR_TXCTSE);
>         }
> 
>         if (termios->c_cflag & CSTOPB)
> --
> 2.23.0





[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux