aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/tty_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index f69fb8d7a680..ddfa529936e8 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -2842,7 +2842,7 @@ static int ptmx_open(struct inode *inode, struct file *filp)
2842 if (devpts_pty_new(tty->link)) 2842 if (devpts_pty_new(tty->link))
2843 goto out1; 2843 goto out1;
2844 2844
2845 check_tty_count(tty, "tty_open"); 2845 check_tty_count(tty, "ptmx_open");
2846 retval = ptm_driver->ops->open(tty, filp); 2846 retval = ptm_driver->ops->open(tty, filp);
2847 if (!retval) 2847 if (!retval)
2848 return 0; 2848 return 0;