Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Johan Hovold
On Wed, Jun 05, 2013 at 10:19:20AM -0700, Greg KH wrote: > On Wed, Jun 05, 2013 at 10:16:47AM -0700, Greg Kroah-Hartman wrote: > > On Wed, Jun 05, 2013 at 10:12:19AM -0700, Greg Kroah-Hartman wrote: > > > On Wed, Jun 05, 2013 at 05:44:44PM +0200, Johan Hovold wrote: > > > > On Wed, Jun 05, 2013 at

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Johan Hovold
On Wed, Jun 05, 2013 at 10:12:19AM -0700, Greg KH wrote: > On Wed, Jun 05, 2013 at 05:44:44PM +0200, Johan Hovold wrote: > > On Wed, Jun 05, 2013 at 08:33:56AM -0700, Greg KH wrote: > > > On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > > > > Fix regression introduced by commit 143d9

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2013 at 10:16:47AM -0700, Greg Kroah-Hartman wrote: > On Wed, Jun 05, 2013 at 10:12:19AM -0700, Greg Kroah-Hartman wrote: > > On Wed, Jun 05, 2013 at 05:44:44PM +0200, Johan Hovold wrote: > > > On Wed, Jun 05, 2013 at 08:33:56AM -0700, Greg KH wrote: > > > > On Wed, Jun 05, 2013 at

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2013 at 10:12:19AM -0700, Greg Kroah-Hartman wrote: > On Wed, Jun 05, 2013 at 05:44:44PM +0200, Johan Hovold wrote: > > On Wed, Jun 05, 2013 at 08:33:56AM -0700, Greg KH wrote: > > > On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > > > > Fix regression introduced by c

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2013 at 05:44:44PM +0200, Johan Hovold wrote: > On Wed, Jun 05, 2013 at 08:33:56AM -0700, Greg KH wrote: > > On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > > > Fix regression introduced by commit 143d9d9616 ("USB: serial: add > > > tiocmiwait subdriver operation") w

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Johan Hovold
On Wed, Jun 05, 2013 at 08:33:56AM -0700, Greg KH wrote: > On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > > Fix regression introduced by commit 143d9d9616 ("USB: serial: add > > tiocmiwait subdriver operation") which made the ioctl operation return > > ENODEV rather than ENOIOCTLCM

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Johan Hovold
On Wed, Jun 05, 2013 at 08:34:29AM -0700, Greg KH wrote: > On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > > Fix regression introduced by commit 143d9d9616 ("USB: serial: add > > tiocmiwait subdriver operation") which made the ioctl operation return > > ENODEV rather than ENOIOCTLCM

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > 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. > > C

Re: [PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Greg Kroah-Hartman
On Wed, Jun 05, 2013 at 12:21:11PM +0200, Johan Hovold wrote: > 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. Ah, m

[PATCH] USB: serial: fix TIOCMIWAIT return value

2013-06-05 Thread Johan Hovold
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. Cc: sta...@vger.kernel.org Signed-off-by: Johan Hovold --- Greg, Here's