Re: [PATCH] Bluetooth: hci_ldisc: Fix for pty driver

From: Marcel Holtmann
Date: Fri Jan 25 2019 - 02:42:06 EST


Hi Myungho,

> tty_set_termios() should be called with slave side of pty driver. So, If
> tty driver is pty master, it needs to be switched to ->link. Also,
> tiocmget() and tiocmset() operations are optional so we need NULL check
> for some drivers missing the operations like pty.

these are two independent fixes. Please turn them into two patches.

Regards

Marcel