Re: [PATCH 1/7] USB: io_ti: fix TIOCGSERIAL

2013-04-19 Thread Greg Kroah-Hartman
On Thu, Apr 18, 2013 at 05:38:24PM +0200, Johan Hovold wrote: > On Thu, Apr 18, 2013 at 05:33:17PM +0200, Johan Hovold wrote: > > Fix regression introduced by commit f40d78155 ("USB: io_ti: kill custom > > closing_wait implementation") which made TIOCGSERIAL return the wrong > > value for closing_w

Re: [PATCH 1/7] USB: io_ti: fix TIOCGSERIAL

2013-04-18 Thread Johan Hovold
On Thu, Apr 18, 2013 at 05:33:17PM +0200, Johan Hovold wrote: > Fix regression introduced by commit f40d78155 ("USB: io_ti: kill custom > closing_wait implementation") which made TIOCGSERIAL return the wrong > value for closing_wait. > > Cc: stable Oops, managed to use the old address there. Can

[PATCH 1/7] USB: io_ti: fix TIOCGSERIAL

2013-04-18 Thread Johan Hovold
Fix regression introduced by commit f40d78155 ("USB: io_ti: kill custom closing_wait implementation") which made TIOCGSERIAL return the wrong value for closing_wait. Cc: stable Signed-off-by: Johan Hovold --- drivers/usb/serial/io_ti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff