]> git.baikalelectronics.ru Git - kernel.git/commit
tty: mxser: Remove ASYNC_CLOSING
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 10 Jan 2016 22:51:38 +0000 (14:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 22:19:12 +0000 (14:19 -0800)
commita6ad6e2710f061abb2da8f054b80c88321497300
treeda77e4ff39194f6d19d600e16f62451c2f806be7
parent2bc6eccb068a7c0c34e0d6f9ea030e1f7ea3161a
tty: mxser: Remove ASYNC_CLOSING

The tty core no longer provides ASYNC_CLOSING. Use private flag for
same purpose, which is to clear the fifos at each and every interrupt
during driver close(). The driver uses this sledgehammer approach because
its close/shutdown sequence is hopelessly borked.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c