Re: [PATCH 04/50] mos7720: bury dead TIOCM... in ->ioctl()

From: Johan Hovold
Date: Fri Sep 14 2018 - 09:31:26 EST


On Thu, Sep 13, 2018 at 03:40:03AM +0100, Al Viro wrote:
> From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
>
> These ioctls never reach driver's ->ioctl() - tty_ioctl() handles
> them on its own. ->tiocm[gs]et() is what actually gets called,
> and mos7720 provides those, with results equivalent to what the
> unreachable code would be doing when called.
>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

Acked-by: Johan Hovold <johan@xxxxxxxxxx>