]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: cdc-acm: fix TIOCMIWAIT
authorJohan Hovold <johan@kernel.org>
Tue, 8 Nov 2016 12:10:57 +0000 (13:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Nov 2016 09:51:47 +0000 (10:51 +0100)
commit264e4131a167562734c2f50a8ab2593a4f709db3
tree2cc144e95b774dee8635c97e31a864c2a393e24b
parentc12c24eeaf77d3faca3bf50bd26301d52433c97f
USB: cdc-acm: fix TIOCMIWAIT

commit 18266403f3fe507f0246faa1d5432333a2f139ca upstream.

The TIOCMIWAIT implementation would return -EINVAL if any of the three
supported signals were included in the mask.

Instead of returning an error in case TIOCM_CTS is included, simply
drop the mask check completely, which is in accordance with how other
drivers implement this ioctl.

Fixes: 5a6a62bdb925 ("cdc-acm: add TIOCMIWAIT")
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/class/cdc-acm.c