summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvsi_lib.c
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-04-02 11:54:22 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-09 18:28:18 (GMT)
commit85bbc003b24335e253a392f6a9874103b77abb36 (patch)
tree49eb57fe74d81dc1107879c754865a7a91d4490b /drivers/tty/hvc/hvsi_lib.c
parentf3d9f25097b62eaeb9e5b71358b863c7bf54c600 (diff)
downloadlinux-85bbc003b24335e253a392f6a9874103b77abb36.tar.xz
TTY: HVC, use tty from tty_port
The driver already used refcounting. So we just switch it to tty_port helpers. And switch to tty_port->lock for tty. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/hvc/hvsi_lib.c')
-rw-r--r--drivers/tty/hvc/hvsi_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvsi_lib.c b/drivers/tty/hvc/hvsi_lib.c
index 6f4dd83..59c135d 100644
--- a/drivers/tty/hvc/hvsi_lib.c
+++ b/drivers/tty/hvc/hvsi_lib.c
@@ -377,7 +377,7 @@ int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp)
pr_devel("HVSI@%x: open !\n", pv->termno);
/* Keep track of the tty data structure */
- pv->tty = tty_kref_get(hp->tty);
+ pv->tty = tty_port_tty_get(&hp->port);
hvsilib_establish(pv);