tty: Fix regressions in the char driver conversion
[deliverable/linux.git] / drivers / char / riscom8.c
index 0a8d1e56c99362e0da9b1df06c2452d30341d006..b02332a5412f781c2631046cb32e12866be64c47 100644 (file)
@@ -909,6 +909,7 @@ static int rc_open(struct tty_struct *tty, struct file *filp)
        if (error)
                return error;
 
+       tty->driver_data = port;
        return tty_port_open(&port->port, tty, filp);
 }
 
This page took 0.034027 seconds and 5 git commands to generate.