View | Details | Raw Unified | Return to bug 619021
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
--
1
drivers/char/nozomi.c |    1 +
drivers/char/nozomi.c |    1 +
2
1 file changed, 1 insertion(+)
1
1 file changed, 1 insertion(+)
3
-- a/drivers/char/nozomi.c
2
++ b/drivers/char/nozomi.c
Lines 1611-1616 static int ntty_install(struct tty_drive Link Here
1611
	ret = tty_init_termios(tty);
1611
	ret = tty_init_termios(tty);
1612
	if (ret == 0) {
1612
	if (ret == 0) {
1613
		tty_driver_kref_get(driver);
1613
		tty_driver_kref_get(driver);
1614
		tty->count++;
1614
		driver->ttys[tty->index] = tty;
1615
		driver->ttys[tty->index] = tty;
1615
	}
1616
	}
1616
	return ret;
1617
	return ret;

Return to bug 619021