]> git.karo-electronics.de Git - linux-beck.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)
commitcd7b4b3944381713038d39240098908ffeec647d
treeda77e4ff39194f6d19d600e16f62451c2f806be7
parentb4749b97ae41f02775967bd109a15b2e223f86be
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