TTY: open/release, cleanup printks
authorJiri Slaby <jslaby@suse.cz>
Wed, 9 Nov 2011 20:33:24 +0000 (21:33 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 23:52:48 +0000 (15:52 -0800)
commit9de44bd604ccdd25f8ffb04d828080f210679266
tree50a37de3d70e616d9ec2b36bc450e2d061215289
parent955787ca94a17bdfd00e369a21ceb97aa21792fc
TTY: open/release, cleanup printks

* use __func__ instead of hardcoded names (tty_release_dev is a
  non-existant function)
* add missing \n's
* unwrap for better grepping

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/tty_io.c