commit | 7eaec37e04616136915ad2207417beb29445fc35 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 12 00:13:10 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Sep 14 11:12:37 2018 -0400 |
tree | 99cb08990f2983a9916520da200a6d114cb0edba | |
parent | a913bc76ed7bdc0b31255268afcb7feffdc8600b [diff] |
mos7720: bury dead TIOCM... in ->ioctl() 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@zeniv.linux.org.uk>