commit | 62f228acb807c370c3b1583bf0f1aa4ab8e19aca | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Mon Jun 04 13:35:21 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 12 15:50:24 2012 -0700 |
tree | 770750aa0c324f286582d6317aa2d41d5e2cc122 | |
parent | e673927d8a210ab1db27047080fc1bdb47f7e372 [diff] |
TTY: ircomm, use tty from tty_port This also includes a switch to tty refcounting. It makes sure, the code no longer can access a freed TTY struct. Sometimes the only thing needed is to pass tty down to the callies. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Samuel Ortiz <samuel@sortiz.org> Cc: netdev@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>