net: irda: fix wait_until_sent poll timeout
authorJohan Hovold <johan@kernel.org>
Wed, 4 Mar 2015 09:39:03 +0000 (10:39 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 9 May 2015 22:16:24 +0000 (23:16 +0100)
commitf5cd2a01811949892fb7064d64000459b075984b
treea982b94d677f4bdd861138ba298ffd11c290df14
parent3bfc26c04b9cb9e520e0a7d65e838357565c056f
net: irda: fix wait_until_sent poll timeout

commit 2c3fbe3cf28fbd7001545a92a83b4f8acfd9fa36 upstream.

In case an infinite timeout (0) is requested, the irda wait_until_sent
implementation would use a zero poll timeout rather than the default
200ms.

Note that wait_until_sent is currently never called with a 0-timeout
argument due to a bug in tty_wait_until_sent.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
net/irda/ircomm/ircomm_tty.c