]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: Document required behavior of tty driver close()
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 30 Jan 2013 17:43:51 +0000 (12:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 23:40:28 +0000 (15:40 -0800)
commit7be88b4ccb62737abe4bf27f9e66e224a70a12c4
tree874765b5b44d8fcb56d15e07c8d2610cb5b7061d
parent699390354da6c258b65bf8fa79cfd5feaede50b6
tty: Document required behavior of tty driver close()

If the tty driver open() fails, the tty driver close() is still
called during the resultant tty release.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty_driver.h