commit | f4488035abdac56682153aa0cff3d1dce84e1c54 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Wed Jun 05 12:21:11 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 05 08:34:42 2013 -0700 |
tree | 4bb1548ed7b57f1a8c7a12bde50c999a8fb3c4a2 | |
parent | a26f009a070e840fadacb91013b2391ba7ab6cc2 [diff] |
USB: serial: fix TIOCMIWAIT return value Fix regression introduced by commit 143d9d9616 ("USB: serial: add tiocmiwait subdriver operation") which made the ioctl operation return ENODEV rather than ENOIOCTLCMD when a subdriver TIOCMIWAIT implementation is missing. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>