summary refs log tree commit diff
path: root/Documentation/DMA-API.txt
diff options
context:
space:
mode:
authorHuang Shijie <shijie8@gmail.com>2014-09-19 15:42:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-28 21:26:38 -0400
commita4688bcd34bd2f4fe7fb88856c85d3091270ab53 (patch)
tree6e62880c92f034c22abe46c5a5e8d3cc5faf2c8e /Documentation/DMA-API.txt
parent45564a6656b4944fa90aabd59f8ec082e8f7a969 (diff)
downloadlinux-a4688bcd34bd2f4fe7fb88856c85d3091270ab53.tar.gz
serial: imx: change the wait even to interruptiable
The wait_event() makes the application hang for ever in the following case:
 [1] the hardware flow control is enabled.
 [2] the other end (or the remote end) is terminated, and the TX is still
     waiting for the hardware flow control signal to become asserted.

This patch fixes it by changing the wait_event to wait_event_interruptible.

Signed-off-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/DMA-API.txt')
0 files changed, 0 insertions, 0 deletions