Re: [RFC 3/4] tty: clean up port drain-delay handling

2013-02-14 Thread Johan Hovold
On Wed, Feb 13, 2013 at 08:39:31PM -0500, Peter Hurley wrote: > On Wed, 2013-02-13 at 18:27 +0100, Johan Hovold wrote: > > Move port drain-delay handling to a separate function. > > --- > > drivers/tty/tty_port.c | 29 ++--- > > 1 file changed, 18 insertions(+), 11 deletion

Re: [RFC 3/4] tty: clean up port drain-delay handling

2013-02-13 Thread Peter Hurley
On Wed, 2013-02-13 at 18:27 +0100, Johan Hovold wrote: > Move port drain-delay handling to a separate function. > --- > drivers/tty/tty_port.c | 29 ++--- > 1 file changed, 18 insertions(+), 11 deletions(-) > > diff --git a/drivers/tty/tty_port.c b/drivers/tty/tty_port.c >

[RFC 3/4] tty: clean up port drain-delay handling

2013-02-13 Thread Johan Hovold
Move port drain-delay handling to a separate function. --- drivers/tty/tty_port.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/drivers/tty/tty_port.c b/drivers/tty/tty_port.c index ffe3689..0a5e955 100644 --- a/drivers/tty/tty_port.c +++ b/dri