提交 5c5d9af6 编写于 作者: J Johan Hovold

USB: serial: xr: use termios flag helpers

Use the termios flag helpers consistently, including for CRTSCTS.
Signed-off-by: NJohan Hovold <johan@kernel.org>
上级 9ffa6ec5
......@@ -401,7 +401,6 @@ static int xr_set_baudrate(struct tty_struct *tty,
static void xr_set_flow_mode(struct tty_struct *tty,
struct usb_serial_port *port)
{
unsigned int cflag = tty->termios.c_cflag;
u8 flow, gpio_mode;
int ret;
......@@ -409,7 +408,7 @@ static void xr_set_flow_mode(struct tty_struct *tty,
if (ret)
return;
if (cflag & CRTSCTS) {
if (C_CRTSCTS(tty)) {
dev_dbg(&port->dev, "Enabling hardware flow ctrl\n");
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册